Color Hex Logo

#ca82ff Color Hex

#CA82FF
(202,130,255)
0 Favorites   0 Comments

Color spaces of #ca82ff

RGB 202130255
HSL0.761.000.75
HSV275°49°100°
CMYK 0.210.490.00   0.00
XYZ50.389835.741898.8508
Yxy35.74180.27240.1932
Hunter Lab59.784445.8274-56.1841
CIE-Lab66.322249.8366-51.7238

#ca82ff color RGB value is (202,130,255).

#ca82ff hex color red value is 202, green value is 130 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ca82ff hue: 0.76 , saturation: 1.00 and the lightness value of ca82ff is 0.75.

The process color (four color CMYK) of #ca82ff color hex is 0.21, 0.49, 0.00, 0.00. Web safe color of #ca82ff is #cc99ff. Color #ca82ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000010 11111111
Octal 312 202 377
Decimal 202 130 255
Hex CA 82 FF

RGB Percentages of Color #ca82ff

%34.41
%22.15
%43.44

CMYK Percentages of Color #ca82ff

%21
%49
%0
%0

Triadic Colors of #ca82ff

#ca82ff #ffca82 #82ffca

Analogous Colors of #ca82ff

#ca82ff #ff82f6 #8c82ff

Monochromatic Colors of #ca82ff

#ca82ff

Complementary Color

#ca82ff #b7ff82

#ca82ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca82ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca82ff Color CSS Codes

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

#ca82ff Text Font Color

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

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


#ca82ff Background Color

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

This div background color is #ca82ff


#ca82ff Border Color

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

This div border color is #ca82ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,130,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca82ff


Comments

No comments written yet.

Please login to write comment.