Color Hex Logo

#ca98cc Color Hex

#CA98CC
(202,152,204)
0 Favorites   0 Comments

Color spaces of #ca98cc

RGB 202152204
HSL0.830.340.70
HSV298°25°80°
CMYK 0.010.250.00   0.20
XYZ46.484439.372762.2764
Yxy39.37270.31380.2658
Hunter Lab62.747722.4270-14.9213
CIE-Lab69.020427.4694-19.4296

#ca98cc color RGB value is (202,152,204).

#ca98cc hex color red value is 202, green value is 152 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ca98cc hue: 0.83 , saturation: 0.34 and the lightness value of ca98cc is 0.70.

The process color (four color CMYK) of #ca98cc color hex is 0.01, 0.25, 0.00, 0.20. Web safe color of #ca98cc is #cc99cc. Color #ca98cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011000 11001100
Octal 312 230 314
Decimal 202 152 204
Hex CA 98 CC

RGB Percentages of Color #ca98cc

%36.20
%27.24
%36.56

CMYK Percentages of Color #ca98cc

%1
%25
%0
%20

Triadic Colors of #ca98cc

#ca98cc #ccca98 #98ccca

Analogous Colors of #ca98cc

#ca98cc #cc98b4 #b098cc

Monochromatic Colors of #ca98cc

#ca98cc

Complementary Color

#ca98cc #9acc98

#ca98cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca98cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca98cc Color CSS Codes

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

#ca98cc Text Font Color

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

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


#ca98cc Background Color

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

This div background color is #ca98cc


#ca98cc Border Color

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

This div border color is #ca98cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca98cc


Comments

No comments written yet.

Please login to write comment.