Color Hex Logo

#c08ddf Color Hex

#C08DDF
(192,141,223)
0 Favorites   0 Comments

Color spaces of #c08ddf

RGB 192141223
HSL0.770.560.71
HSV277°37°87°
CMYK 0.140.370.00   0.13
XYZ44.582435.583974.3307
Yxy35.58390.28860.2303
Hunter Lab59.652229.0144-32.1228
CIE-Lab66.200834.1750-34.3773

#c08ddf color RGB value is (192,141,223).

#c08ddf hex color red value is 192, green value is 141 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c08ddf hue: 0.77 , saturation: 0.56 and the lightness value of c08ddf is 0.71.

The process color (four color CMYK) of #c08ddf color hex is 0.14, 0.37, 0.00, 0.13. Web safe color of #c08ddf is #cc99cc. Color #c08ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001101 11011111
Octal 300 215 337
Decimal 192 141 223
Hex C0 8D DF

RGB Percentages of Color #c08ddf

%34.53
%25.36
%40.11

CMYK Percentages of Color #c08ddf

%14
%37
%0
%13

Triadic Colors of #c08ddf

#c08ddf #dfc08d #8ddfc0

Analogous Colors of #c08ddf

#c08ddf #df8dd5 #978ddf

Monochromatic Colors of #c08ddf

#c08ddf

Complementary Color

#c08ddf #acdf8d

#c08ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08ddf Color CSS Codes

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

#c08ddf Text Font Color

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

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


#c08ddf Background Color

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

This div background color is #c08ddf


#c08ddf Border Color

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

This div border color is #c08ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08ddf


Comments

No comments written yet.

Please login to write comment.