Color Hex Logo

#d795cb Color Hex

#D795CB
(215,149,203)
0 Favorites   0 Comments

Color spaces of #d795cb

RGB 215149203
HSL0.860.450.71
HSV311°31°84°
CMYK 0.000.310.06   0.16
XYZ49.551340.253861.6580
Yxy40.25380.32720.2658
Hunter Lab63.445928.3784-13.2071
CIE-Lab69.649933.2356-17.7928

#d795cb color RGB value is (215,149,203).

#d795cb hex color red value is 215, green value is 149 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d795cb hue: 0.86 , saturation: 0.45 and the lightness value of d795cb is 0.71.

The process color (four color CMYK) of #d795cb color hex is 0.00, 0.31, 0.06, 0.16. Web safe color of #d795cb is #cc99cc. Color #d795cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010101 11001011
Octal 327 225 313
Decimal 215 149 203
Hex D7 95 CB

RGB Percentages of Color #d795cb

%37.92
%26.28
%35.80

CMYK Percentages of Color #d795cb

%0
%31
%6
%16

Triadic Colors of #d795cb

#d795cb #cbd795 #95cbd7

Analogous Colors of #d795cb

#d795cb #d795aa #c295d7

Monochromatic Colors of #d795cb

#d795cb

Complementary Color

#d795cb #95d7a1

#d795cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d795cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d795cb Color CSS Codes

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

#d795cb Text Font Color

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

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


#d795cb Background Color

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

This div background color is #d795cb


#d795cb Border Color

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

This div border color is #d795cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d795cb


Comments

No comments written yet.

Please login to write comment.