Color Hex Logo

#ca85dd Color Hex

#CA85DD
(202,133,221)
0 Favorites   0 Comments

Color spaces of #ca85dd

RGB 202133221
HSL0.800.560.69
HSV287°40°87°
CMYK 0.090.400.00   0.13
XYZ45.795834.552172.6621
Yxy34.55210.29930.2258
Hunter Lab58.781036.2010-32.1445
CIE-Lab65.398541.1263-34.4328

#ca85dd color RGB value is (202,133,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000101 11011101
Octal 312 205 335
Decimal 202 133 221
Hex CA 85 DD

RGB Percentages of Color #ca85dd

%36.33
%23.92
%39.75

CMYK Percentages of Color #ca85dd

%9
%40
%0
%13

Triadic Colors of #ca85dd

#ca85dd #ddca85 #85ddca

Analogous Colors of #ca85dd

#ca85dd #dd85c4 #9e85dd

Monochromatic Colors of #ca85dd

#ca85dd

Complementary Color

#ca85dd #98dd85

#ca85dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca85dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca85dd Color CSS Codes

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

#ca85dd Text Font Color

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

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


#ca85dd Background Color

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

This div background color is #ca85dd


#ca85dd Border Color

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

This div border color is #ca85dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca85dd


Comments

No comments written yet.

Please login to write comment.