color codes Logo

#ca83dd color codes

#CA83DD
(202,131,221)
0 Favorites   0 Comments

Color spaces of #ca83dd

RGB 202131221
HSL0.800.570.69
HSV287°41°87°
CMYK 0.090.410.00   0.13
XYZ45.524634.009672.5717
Yxy34.00960.29930.2236
Hunter Lab58.317837.2864-32.9592
CIE-Lab64.970242.1969-35.0987

#ca83dd color RGB value is (202,131,221).

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

The process color (four color CMYK) of #ca83dd color code is 0.09, 0.41, 0.00, 0.13. Web safe color of #ca83dd is #cc99cc. Color #ca83dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000011 11011101
Octal 312 203 335
Decimal 202 131 221
Hex CA 83 DD

RGB Percentages of Color #ca83dd

%36.46
%23.65
%39.89

CMYK Percentages of Color #ca83dd

%9
%41
%0
%13

Triadic Colors of #ca83dd

#ca83dd #ddca83 #83ddca

Analogous Colors of #ca83dd

#ca83dd #dd83c3 #9d83dd

Monochromatic Colors of #ca83dd

#ca83dd

Complementary Color

#ca83dd #96dd83

#ca83dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca83dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca83dd Color CSS Codes

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

#ca83dd Text Font Color

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

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


#ca83dd Background Color

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

This div background color is #ca83dd


#ca83dd Border Color

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

This div border color is #ca83dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca83dd


Comments

No comments written yet.

Please login to write comment.