Color Hex Logo

#d095cb Color Hex

#D095CB
(208,149,203)
0 Favorites   0 Comments

Color spaces of #d095cb

RGB 208149203
HSL0.850.390.70
HSV305°28°82°
CMYK 0.000.280.02   0.18
XYZ47.539439.216661.5639
Yxy39.21660.32050.2644
Hunter Lab62.623225.9150-14.4509
CIE-Lab68.907930.9123-18.9880

#d095cb color RGB value is (208,149,203).

#d095cb hex color red value is 208, green value is 149 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d095cb hue: 0.85 , saturation: 0.39 and the lightness value of d095cb is 0.70.

The process color (four color CMYK) of #d095cb color hex is 0.00, 0.28, 0.02, 0.18. Web safe color of #d095cb is #cc99cc. Color #d095cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010101 11001011
Octal 320 225 313
Decimal 208 149 203
Hex D0 95 CB

RGB Percentages of Color #d095cb

%37.14
%26.61
%36.25

CMYK Percentages of Color #d095cb

%0
%28
%2
%18

Triadic Colors of #d095cb

#d095cb #cbd095 #95cbd0

Analogous Colors of #d095cb

#d095cb #d095ae #b895d0

Monochromatic Colors of #d095cb

#d095cb

Complementary Color

#d095cb #95d09a

#d095cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d095cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d095cb Color CSS Codes

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

#d095cb Text Font Color

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

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


#d095cb Background Color

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

This div background color is #d095cb


#d095cb Border Color

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

This div border color is #d095cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d095cb


Comments

No comments written yet.

Please login to write comment.