Color Hex Logo

#d024cb Color Hex

#D024CB
(208,36,203)
0 Favorites   0 Comments

Color spaces of #d024cb

RGB 20836203
HSL0.840.700.48
HSV302°83°82°
CMYK 0.000.830.02   0.18
XYZ37.422818.983458.1917
Yxy18.98340.32660.1657
Hunter Lab43.569977.0686-48.6883
CIE-Lab50.667879.1068-47.3600

#d024cb color RGB value is (208,36,203).

#d024cb hex color red value is 208, green value is 36 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d024cb hue: 0.84 , saturation: 0.70 and the lightness value of d024cb is 0.48.

The process color (four color CMYK) of #d024cb color hex is 0.00, 0.83, 0.02, 0.18. Web safe color of #d024cb is #cc33cc. Color #d024cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100100 11001011
Octal 320 44 313
Decimal 208 36 203
Hex D0 24 CB

RGB Percentages of Color #d024cb

%46.53
%8.05
%45.41

CMYK Percentages of Color #d024cb

%0
%83
%2
%18

Triadic Colors of #d024cb

#d024cb #cbd024 #24cbd0

Analogous Colors of #d024cb

#d024cb #d02475 #7f24d0

Monochromatic Colors of #d024cb

#d024cb

Complementary Color

#d024cb #24d029

#d024cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d024cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d024cb Color CSS Codes

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

#d024cb Text Font Color

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

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


#d024cb Background Color

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

This div background color is #d024cb


#d024cb Border Color

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

This div border color is #d024cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d024cb


Comments

No comments written yet.

Please login to write comment.