Color Hex Logo

#d095c0 Color Hex

#D095C0
(208,149,192)
0 Favorites   0 Comments

Color spaces of #d095c0

RGB 208149192
HSL0.880.390.70
HSV316°28°82°
CMYK 0.000.280.08   0.18
XYZ46.274338.710654.9021
Yxy38.71060.33080.2767
Hunter Lab62.217823.8775-8.7660
CIE-Lab68.541128.9408-13.4260

#d095c0 color RGB value is (208,149,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010101 11000000
Octal 320 225 300
Decimal 208 149 192
Hex D0 95 C0

RGB Percentages of Color #d095c0

%37.89
%27.14
%34.97

CMYK Percentages of Color #d095c0

%0
%28
%8
%18

Triadic Colors of #d095c0

#d095c0 #c0d095 #95c0d0

Analogous Colors of #d095c0

#d095c0 #d095a3 #c395d0

Monochromatic Colors of #d095c0

#d095c0

Complementary Color

#d095c0 #95d0a5

#d095c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d095c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d095c0 Color CSS Codes

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

#d095c0 Text Font Color

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

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


#d095c0 Background Color

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

This div background color is #d095c0


#d095c0 Border Color

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

This div border color is #d095c0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,149,192, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d095c0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d095c0


Comments

No comments written yet.

Please login to write comment.