Color Hex Logo

#ca83ec Color Hex

#CA83EC
(202,131,236)
0 Favorites   0 Comments

Color spaces of #ca83ec

RGB 202131236
HSL0.780.730.72
HSV281°44°93°
CMYK 0.140.440.00   0.07
XYZ47.613734.845383.5732
Yxy34.84530.28680.2099
Hunter Lab59.029940.6763-42.6205
CIE-Lab65.628045.2562-42.3805

#ca83ec color RGB value is (202,131,236).

#ca83ec hex color red value is 202, green value is 131 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ca83ec hue: 0.78 , saturation: 0.73 and the lightness value of ca83ec is 0.72.

The process color (four color CMYK) of #ca83ec color hex is 0.14, 0.44, 0.00, 0.07. Web safe color of #ca83ec is #cc99ff. Color #ca83ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000011 11101100
Octal 312 203 354
Decimal 202 131 236
Hex CA 83 EC

RGB Percentages of Color #ca83ec

%35.50
%23.02
%41.48

CMYK Percentages of Color #ca83ec

%14
%44
%0
%7

Triadic Colors of #ca83ec

#ca83ec #ecca83 #83ecca

Analogous Colors of #ca83ec

#ca83ec #ec83da #9683ec

Monochromatic Colors of #ca83ec

#ca83ec

Complementary Color

#ca83ec #a5ec83

#ca83ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca83ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca83ec Color CSS Codes

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

#ca83ec Text Font Color

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

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


#ca83ec Background Color

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

This div background color is #ca83ec


#ca83ec Border Color

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

This div border color is #ca83ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca83ec


Comments

No comments written yet.

Please login to write comment.