Color Hex Logo

#c085cd Color Hex

#C085CD
(192,133,205)
0 Favorites   0 Comments

Color spaces of #c085cd

RGB 192133205
HSL0.800.420.66
HSV289°35°80°
CMYK 0.060.350.00   0.20
XYZ41.145232.389361.8408
Yxy32.38930.30390.2393
Hunter Lab56.911629.4543-24.5871
CIE-Lab63.663334.8602-28.2779

#c085cd color RGB value is (192,133,205).

#c085cd hex color red value is 192, green value is 133 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c085cd hue: 0.80 , saturation: 0.42 and the lightness value of c085cd is 0.66.

The process color (four color CMYK) of #c085cd color hex is 0.06, 0.35, 0.00, 0.20. Web safe color of #c085cd is #cc99cc. Color #c085cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000101 11001101
Octal 300 205 315
Decimal 192 133 205
Hex C0 85 CD

RGB Percentages of Color #c085cd

%36.23
%25.09
%38.68

CMYK Percentages of Color #c085cd

%6
%35
%0
%20

Triadic Colors of #c085cd

#c085cd #cdc085 #85cdc0

Analogous Colors of #c085cd

#c085cd #cd85b6 #9c85cd

Monochromatic Colors of #c085cd

#c085cd

Complementary Color

#c085cd #92cd85

#c085cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c085cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c085cd Color CSS Codes

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

#c085cd Text Font Color

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

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


#c085cd Background Color

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

This div background color is #c085cd


#c085cd Border Color

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

This div border color is #c085cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c085cd


Comments

No comments written yet.

Please login to write comment.