Color Hex Logo

#c08fdf Color Hex

#C08FDF
(192,143,223)
0 Favorites   0 Comments

Color spaces of #c08fdf

RGB 192143223
HSL0.770.560.72
HSV277°36°87°
CMYK 0.140.360.00   0.13
XYZ44.880036.179174.4299
Yxy36.17910.28860.2327
Hunter Lab60.149127.9262-31.2625
CIE-Lab66.656533.0730-33.6697

#c08fdf color RGB value is (192,143,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001111 11011111
Octal 300 217 337
Decimal 192 143 223
Hex C0 8F DF

RGB Percentages of Color #c08fdf

%34.41
%25.63
%39.96

CMYK Percentages of Color #c08fdf

%14
%36
%0
%13

Triadic Colors of #c08fdf

#c08fdf #dfc08f #8fdfc0

Analogous Colors of #c08fdf

#c08fdf #df8fd6 #988fdf

Monochromatic Colors of #c08fdf

#c08fdf

Complementary Color

#c08fdf #aedf8f

#c08fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08fdf Color CSS Codes

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

#c08fdf Text Font Color

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

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


#c08fdf Background Color

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

This div background color is #c08fdf


#c08fdf Border Color

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

This div border color is #c08fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08fdf


Comments

No comments written yet.

Please login to write comment.