Color Hex Logo

#d652cb Color Hex

#D652CB
(214,82,203)
0 Favorites   0 Comments

Color spaces of #d652cb

RGB 21482203
HSL0.850.620.58
HSV305°62°84°
CMYK 0.000.620.05   0.16
XYZ41.528324.642559.0676
Yxy24.64250.33160.1968
Hunter Lab49.641262.4554-35.7997
CIE-Lab56.725465.9353-37.7260

#d652cb color RGB value is (214,82,203).

#d652cb hex color red value is 214, green value is 82 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d652cb hue: 0.85 , saturation: 0.62 and the lightness value of d652cb is 0.58.

The process color (four color CMYK) of #d652cb color hex is 0.00, 0.62, 0.05, 0.16. Web safe color of #d652cb is #cc66cc. Color #d652cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010010 11001011
Octal 326 122 313
Decimal 214 82 203
Hex D6 52 CB

RGB Percentages of Color #d652cb

%42.89
%16.43
%40.68

CMYK Percentages of Color #d652cb

%0
%62
%5
%16

Triadic Colors of #d652cb

#d652cb #cbd652 #52cbd6

Analogous Colors of #d652cb

#d652cb #d65289 #9f52d6

Monochromatic Colors of #d652cb

#d652cb

Complementary Color

#d652cb #52d65d

#d652cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d652cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d652cb Color CSS Codes

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

#d652cb Text Font Color

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

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


#d652cb Background Color

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

This div background color is #d652cb


#d652cb Border Color

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

This div border color is #d652cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d652cb


Comments

No comments written yet.

Please login to write comment.