Color Hex Logo

#ca8eec Color Hex

#CA8EEC
(202,142,236)
0 Favorites   0 Comments

Color spaces of #ca8eec

RGB 202142236
HSL0.770.710.74
HSV278°40°93°
CMYK 0.140.400.00   0.07
XYZ49.170437.958784.0921
Yxy37.95870.28720.2217
Hunter Lab61.610634.6392-37.7972
CIE-Lab67.990239.3559-38.6861

#ca8eec color RGB value is (202,142,236).

#ca8eec hex color red value is 202, green value is 142 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ca8eec hue: 0.77 , saturation: 0.71 and the lightness value of ca8eec is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001110 11101100
Octal 312 216 354
Decimal 202 142 236
Hex CA 8E EC

RGB Percentages of Color #ca8eec

%34.83
%24.48
%40.69

CMYK Percentages of Color #ca8eec

%14
%40
%0
%7

Triadic Colors of #ca8eec

#ca8eec #ecca8e #8eecca

Analogous Colors of #ca8eec

#ca8eec #ec8edf #9b8eec

Monochromatic Colors of #ca8eec

#ca8eec

Complementary Color

#ca8eec #b0ec8e

#ca8eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8eec Color CSS Codes

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

#ca8eec Text Font Color

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

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


#ca8eec Background Color

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

This div background color is #ca8eec


#ca8eec Border Color

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

This div border color is #ca8eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8eec

#ca8eec Color Palettes


Comments

No comments written yet.

Please login to write comment.