Color Hex Logo

#d721cb Color Hex

#D721CB
(215,33,203)
0 Favorites   0 Comments

Color spaces of #d721cb

RGB 21533203
HSL0.840.730.49
HSV304°85°84°
CMYK 0.000.850.06   0.16
XYZ39.347719.846658.2568
Yxy19.84660.33500.1690
Hunter Lab44.549579.6958-46.3481
CIE-Lab51.663380.9942-45.7040

#d721cb color RGB value is (215,33,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100001 11001011
Octal 327 41 313
Decimal 215 33 203
Hex D7 21 CB

RGB Percentages of Color #d721cb

%47.67
%7.32
%45.01

CMYK Percentages of Color #d721cb

%0
%85
%6
%16

Triadic Colors of #d721cb

#d721cb #cbd721 #21cbd7

Analogous Colors of #d721cb

#d721cb #d72170 #8821d7

Monochromatic Colors of #d721cb

#d721cb

Complementary Color

#d721cb #21d72d

#d721cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d721cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d721cb Color CSS Codes

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

#d721cb Text Font Color

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

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


#d721cb Background Color

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

This div background color is #d721cb


#d721cb Border Color

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

This div border color is #d721cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d721cb


Comments

No comments written yet.

Please login to write comment.