Color Hex Logo

#d772cb Color Hex

#D772CB
(215,114,203)
0 Favorites   0 Comments

Color spaces of #d772cb

RGB 215114203
HSL0.850.560.65
HSV307°47°84°
CMYK 0.000.470.06   0.16
XYZ44.821130.793560.0813
Yxy30.79350.33030.2269
Hunter Lab55.491947.0646-25.3492
CIE-Lab62.332951.5389-28.9857

#d772cb color RGB value is (215,114,203).

#d772cb hex color red value is 215, green value is 114 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d772cb hue: 0.85 , saturation: 0.56 and the lightness value of d772cb is 0.65.

The process color (four color CMYK) of #d772cb color hex is 0.00, 0.47, 0.06, 0.16. Web safe color of #d772cb is #cc66cc. Color #d772cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110010 11001011
Octal 327 162 313
Decimal 215 114 203
Hex D7 72 CB

RGB Percentages of Color #d772cb

%40.41
%21.43
%38.16

CMYK Percentages of Color #d772cb

%0
%47
%6
%16

Triadic Colors of #d772cb

#d772cb #cbd772 #72cbd7

Analogous Colors of #d772cb

#d772cb #d77299 #b172d7

Monochromatic Colors of #d772cb

#d772cb

Complementary Color

#d772cb #72d77e

#d772cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d772cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d772cb Color CSS Codes

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

#d772cb Text Font Color

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

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


#d772cb Background Color

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

This div background color is #d772cb


#d772cb Border Color

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

This div border color is #d772cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d772cb


Comments

No comments written yet.

Please login to write comment.