Color Hex Logo

#ca9cec Color Hex

#CA9CEC
(202,156,236)
0 Favorites   0 Comments

Color spaces of #ca9cec

RGB 202156236
HSL0.760.680.77
HSV275°34°93°
CMYK 0.140.340.00   0.07
XYZ51.385942.389684.8306
Yxy42.38960.28770.2373
Hunter Lab65.107326.9433-31.6759
CIE-Lab71.138731.7248-33.7932

#ca9cec color RGB value is (202,156,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011100 11101100
Octal 312 234 354
Decimal 202 156 236
Hex CA 9C EC

RGB Percentages of Color #ca9cec

%34.01
%26.26
%39.73

CMYK Percentages of Color #ca9cec

%14
%34
%0
%7

Triadic Colors of #ca9cec

#ca9cec #ecca9c #9cecca

Analogous Colors of #ca9cec

#ca9cec #ec9ce6 #a29cec

Monochromatic Colors of #ca9cec

#ca9cec

Complementary Color

#ca9cec #beec9c

#ca9cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9cec Color CSS Codes

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

#ca9cec Text Font Color

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

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


#ca9cec Background Color

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

This div background color is #ca9cec


#ca9cec Border Color

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

This div border color is #ca9cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9cec


Comments

No comments written yet.

Please login to write comment.