Color Hex Logo

#ca83eb Color Hex

#CA83EB
(202,131,235)
0 Favorites   0 Comments

Color spaces of #ca83eb

RGB 202131235
HSL0.780.720.72
HSV281°44°92°
CMYK 0.140.440.00   0.08
XYZ47.468834.787382.8100
Yxy34.78730.28760.2107
Hunter Lab58.980840.4438-41.9576
CIE-Lab65.582745.0482-41.8995

#ca83eb color RGB value is (202,131,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000011 11101011
Octal 312 203 353
Decimal 202 131 235
Hex CA 83 EB

RGB Percentages of Color #ca83eb

%35.56
%23.06
%41.37

CMYK Percentages of Color #ca83eb

%14
%44
%0
%8

Triadic Colors of #ca83eb

#ca83eb #ebca83 #83ebca

Analogous Colors of #ca83eb

#ca83eb #eb83d8 #9683eb

Monochromatic Colors of #ca83eb

#ca83eb

Complementary Color

#ca83eb #a4eb83

#ca83eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca83eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca83eb Color CSS Codes

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

#ca83eb Text Font Color

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

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


#ca83eb Background Color

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

This div background color is #ca83eb


#ca83eb Border Color

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

This div border color is #ca83eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca83eb


Comments

No comments written yet.

Please login to write comment.