Color Hex Logo

#ca8cec Color Hex

#CA8CEC
(202,140,236)
0 Favorites   0 Comments

Color spaces of #ca8cec

RGB 202140236
HSL0.770.720.74
HSV279°41°93°
CMYK 0.140.410.00   0.07
XYZ48.875537.368983.9938
Yxy37.36890.28710.2195
Hunter Lab61.130135.7388-38.6744
CIE-Lab67.552940.4367-39.3685

#ca8cec color RGB value is (202,140,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001100 11101100
Octal 312 214 354
Decimal 202 140 236
Hex CA 8C EC

RGB Percentages of Color #ca8cec

%34.95
%24.22
%40.83

CMYK Percentages of Color #ca8cec

%14
%41
%0
%7

Triadic Colors of #ca8cec

#ca8cec #ecca8c #8cecca

Analogous Colors of #ca8cec

#ca8cec #ec8cde #9a8cec

Monochromatic Colors of #ca8cec

#ca8cec

Complementary Color

#ca8cec #aeec8c

#ca8cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8cec Color CSS Codes

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

#ca8cec Text Font Color

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

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


#ca8cec Background Color

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

This div background color is #ca8cec


#ca8cec Border Color

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

This div border color is #ca8cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8cec


Comments

No comments written yet.

Please login to write comment.