Color Hex Logo

#c085dd Color Hex

#C085DD
(192,133,221)
0 Favorites   0 Comments

Color spaces of #c085dd

RGB 192133221
HSL0.780.560.69
HSV280°40°87°
CMYK 0.130.400.00   0.13
XYZ43.176933.202072.5396
Yxy33.20200.28990.2230
Hunter Lab57.621232.9172-34.3057
CIE-Lab64.324138.1378-36.1868

#c085dd color RGB value is (192,133,221).

#c085dd hex color red value is 192, green value is 133 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c085dd hue: 0.78 , saturation: 0.56 and the lightness value of c085dd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000101 11011101
Octal 300 205 335
Decimal 192 133 221
Hex C0 85 DD

RGB Percentages of Color #c085dd

%35.16
%24.36
%40.48

CMYK Percentages of Color #c085dd

%13
%40
%0
%13

Triadic Colors of #c085dd

#c085dd #ddc085 #85ddc0

Analogous Colors of #c085dd

#c085dd #dd85ce #9485dd

Monochromatic Colors of #c085dd

#c085dd

Complementary Color

#c085dd #a2dd85

#c085dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c085dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c085dd Color CSS Codes

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

#c085dd Text Font Color

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

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


#c085dd Background Color

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

This div background color is #c085dd


#c085dd Border Color

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

This div border color is #c085dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c085dd


Comments

No comments written yet.

Please login to write comment.