Color Hex Logo

#d636cb Color Hex

#D636CB
(214,54,203)
0 Favorites   0 Comments

Color spaces of #d636cb

RGB 21454203
HSL0.840.660.53
HSV304°75°84°
CMYK 0.000.750.05   0.16
XYZ39.830221.246358.5016
Yxy21.24630.33310.1777
Hunter Lab46.093773.5803-42.9846
CIE-Lab53.218075.8100-43.2506

#d636cb color RGB value is (214,54,203).

#d636cb hex color red value is 214, green value is 54 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d636cb hue: 0.84 , saturation: 0.66 and the lightness value of d636cb is 0.53.

The process color (four color CMYK) of #d636cb color hex is 0.00, 0.75, 0.05, 0.16. Web safe color of #d636cb is #cc33cc. Color #d636cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110110 11001011
Octal 326 66 313
Decimal 214 54 203
Hex D6 36 CB

RGB Percentages of Color #d636cb

%45.44
%11.46
%43.10

CMYK Percentages of Color #d636cb

%0
%75
%5
%16

Triadic Colors of #d636cb

#d636cb #cbd636 #36cbd6

Analogous Colors of #d636cb

#d636cb #d6367b #9136d6

Monochromatic Colors of #d636cb

#d636cb

Complementary Color

#d636cb #36d641

#d636cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d636cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d636cb Color CSS Codes

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

#d636cb Text Font Color

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

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


#d636cb Background Color

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

This div background color is #d636cb


#d636cb Border Color

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

This div border color is #d636cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,54,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 #d636cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d636cb


Comments

No comments written yet.

Please login to write comment.