Color Hex Logo

#d921cb Color Hex

#D921CB
(217,33,203)
0 Favorites   0 Comments

Color spaces of #d921cb

RGB 21733203
HSL0.850.740.49
HSV305°85°85°
CMYK 0.000.850.06   0.15
XYZ39.938620.151258.2845
Yxy20.15120.33740.1702
Hunter Lab44.890180.2534-45.5580
CIE-Lab52.007781.3658-45.1359

#d921cb color RGB value is (217,33,203).

#d921cb hex color red value is 217, green value is 33 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d921cb hue: 0.85 , saturation: 0.74 and the lightness value of d921cb is 0.49.

The process color (four color CMYK) of #d921cb color hex is 0.00, 0.85, 0.06, 0.15. Web safe color of #d921cb is #cc33cc. Color #d921cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100001 11001011
Octal 331 41 313
Decimal 217 33 203
Hex D9 21 CB

RGB Percentages of Color #d921cb

%47.90
%7.28
%44.81

CMYK Percentages of Color #d921cb

%0
%85
%6
%15

Triadic Colors of #d921cb

#d921cb #cbd921 #21cbd9

Analogous Colors of #d921cb

#d921cb #d9216f #8b21d9

Monochromatic Colors of #d921cb

#d921cb

Complementary Color

#d921cb #21d92f

#d921cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d921cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d921cb Color CSS Codes

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

#d921cb Text Font Color

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

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


#d921cb Background Color

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

This div background color is #d921cb


#d921cb Border Color

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

This div border color is #d921cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d921cb


Comments

No comments written yet.

Please login to write comment.