Color Hex Logo

#d467cf Color Hex

#D467CF
(212,103,207)
0 Favorites   0 Comments

Color spaces of #d467cf

RGB 212103207
HSL0.840.560.62
HSV303°51°83°
CMYK 0.000.510.02   0.17
XYZ43.264128.202562.1948
Yxy28.20250.32370.2110
Hunter Lab53.106052.4838-32.2629
CIE-Lab60.071256.7278-34.7866

#d467cf color RGB value is (212,103,207).

#d467cf hex color red value is 212, green value is 103 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d467cf hue: 0.84 , saturation: 0.56 and the lightness value of d467cf is 0.62.

The process color (four color CMYK) of #d467cf color hex is 0.00, 0.51, 0.02, 0.17. Web safe color of #d467cf is #cc66cc. Color #d467cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100111 11001111
Octal 324 147 317
Decimal 212 103 207
Hex D4 67 CF

RGB Percentages of Color #d467cf

%40.61
%19.73
%39.66

CMYK Percentages of Color #d467cf

%0
%51
%2
%17

Triadic Colors of #d467cf

#d467cf #cfd467 #67cfd4

Analogous Colors of #d467cf

#d467cf #d46799 #a367d4

Monochromatic Colors of #d467cf

#d467cf

Complementary Color

#d467cf #67d46c

#d467cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d467cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d467cf Color CSS Codes

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

#d467cf Text Font Color

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

This sample text font color is #d467cf
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.


#d467cf Background Color

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

This div background color is #d467cf


#d467cf Border Color

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

This div border color is #d467cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,103,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d467cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d467cf;
  -webkit-box-shadow: 1px 1px 3px 2px #d467cf;
  box-shadow:         1px 1px 3px 2px #d467cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,103,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d467cf


Comments

No comments written yet.

Please login to write comment.