Color Hex Logo

#d440cb Color Hex

#D440CB
(212,64,203)
0 Favorites   0 Comments

Color spaces of #d440cb

RGB 21264203
HSL0.840.630.54
HSV304°70°83°
CMYK 0.000.700.04   0.17
XYZ39.764321.975658.6458
Yxy21.97560.33030.1825
Hunter Lab46.878169.3756-41.3587
CIE-Lab54.001172.2281-42.0339

#d440cb color RGB value is (212,64,203).

#d440cb hex color red value is 212, green value is 64 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d440cb hue: 0.84 , saturation: 0.63 and the lightness value of d440cb is 0.54.

The process color (four color CMYK) of #d440cb color hex is 0.00, 0.70, 0.04, 0.17. Web safe color of #d440cb is #cc33cc. Color #d440cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000000 11001011
Octal 324 100 313
Decimal 212 64 203
Hex D4 40 CB

RGB Percentages of Color #d440cb

%44.26
%13.36
%42.38

CMYK Percentages of Color #d440cb

%0
%70
%4
%17

Triadic Colors of #d440cb

#d440cb #cbd440 #40cbd4

Analogous Colors of #d440cb

#d440cb #d44081 #9340d4

Monochromatic Colors of #d440cb

#d440cb

Complementary Color

#d440cb #40d449

#d440cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d440cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d440cb Color CSS Codes

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

#d440cb Text Font Color

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

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


#d440cb Background Color

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

This div background color is #d440cb


#d440cb Border Color

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

This div border color is #d440cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d440cb


Comments

No comments written yet.

Please login to write comment.