Color Hex Logo

#c85add Color Hex

#C85ADD
(200,90,221)
0 Favorites   0 Comments

Color spaces of #c85add

RGB 20090221
HSL0.810.660.61
HSV290°59°87°
CMYK 0.100.590.00   0.13
XYZ40.526724.812171.0598
Yxy24.81210.29710.1819
Hunter Lab49.811758.0566-49.7129
CIE-Lab56.891962.1427-47.8051

#c85add color RGB value is (200,90,221).

#c85add hex color red value is 200, green value is 90 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c85add hue: 0.81 , saturation: 0.66 and the lightness value of c85add is 0.61.

The process color (four color CMYK) of #c85add color hex is 0.10, 0.59, 0.00, 0.13. Web safe color of #c85add is #cc66cc. Color #c85add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011010 11011101
Octal 310 132 335
Decimal 200 90 221
Hex C8 5A DD

RGB Percentages of Color #c85add

%39.14
%17.61
%43.25

CMYK Percentages of Color #c85add

%10
%59
%0
%13

Triadic Colors of #c85add

#c85add #ddc85a #5addc8

Analogous Colors of #c85add

#c85add #dd5ab1 #875add

Monochromatic Colors of #c85add

#c85add

Complementary Color

#c85add #6fdd5a

#c85add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85add Color CSS Codes

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

#c85add Text Font Color

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

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


#c85add Background Color

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

This div background color is #c85add


#c85add Border Color

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

This div border color is #c85add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85add


Comments

No comments written yet.

Please login to write comment.