color codes Logo

#d12ffd color codes

#D12FFD
(209,47,253)
0 Favorites   0 Comments

Color spaces of #d12ffd

RGB 20947253
HSL0.800.980.59
HSV287°81°99°
CMYK 0.170.810.00   0.01
XYZ45.040622.680294.9323
Yxy22.68020.27690.1394
Hunter Lab47.623785.4765-84.8510
CIE-Lab54.741484.8952-69.0972

#d12ffd color RGB value is (209,47,253).

#d12ffd hex color red value is 209, green value is 47 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d12ffd hue: 0.80 , saturation: 0.98 and the lightness value of d12ffd is 0.59.

The process color (four color CMYK) of #d12ffd color code is 0.17, 0.81, 0.00, 0.01. Web safe color of #d12ffd is #cc33ff. Color #d12ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101111 11111101
Octal 321 57 375
Decimal 209 47 253
Hex D1 2F FD

RGB Percentages of Color #d12ffd

%41.06
%9.23
%49.71

CMYK Percentages of Color #d12ffd

%17
%81
%0
%1

Triadic Colors of #d12ffd

#d12ffd #fdd12f #2ffdd1

Analogous Colors of #d12ffd

#d12ffd #fd2fc2 #6a2ffd

Monochromatic Colors of #d12ffd

#d12ffd

Complementary Color

#d12ffd #5bfd2f

#d12ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12ffd Color CSS Codes

.mybgcolor {background-color:#d12ffd; } 
.myforecolor {color:#d12ffd; }
.mybordercolor {border:3px solid #d12ffd; }

#d12ffd Text Font Color

<p style="color:#d12ffd">Text here</p>

This sample text font color is #d12ffd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d12ffd Background Color

<div style="background-color:#d12ffd">
Div content here</div>

This div background color is #d12ffd


#d12ffd Border Color

<div style="border:3px solid #d12ffd">
Div here</div>

This div border color is #d12ffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,47,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d12ffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d12ffd;
  -webkit-box-shadow: 1px 1px 3px 2px #d12ffd;
  box-shadow:         1px 1px 3px 2px #d12ffd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,47,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d12ffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d12ffd;
  -webkit-box-shadow: 1px 1px 3px 2px #d12ffd;
  box-shadow:         1px 1px 3px 2px #d12ffd;">
Div content here</div>

This div box has shadow with color #d12ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.