Color Hex Logo

#ca8fcc Color Hex

#CA8FCC
(202,143,204)
0 Favorites   0 Comments

Color spaces of #ca8fcc

RGB 202143204
HSL0.830.370.68
HSV298°30°80°
CMYK 0.010.300.00   0.20
XYZ45.078736.561161.8078
Yxy36.56110.31430.2549
Hunter Lab60.465827.2610-18.2799
CIE-Lab66.946432.3972-22.5879

#ca8fcc color RGB value is (202,143,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001111 11001100
Octal 312 217 314
Decimal 202 143 204
Hex CA 8F CC

RGB Percentages of Color #ca8fcc

%36.79
%26.05
%37.16

CMYK Percentages of Color #ca8fcc

%1
%30
%0
%20

Triadic Colors of #ca8fcc

#ca8fcc #ccca8f #8fccca

Analogous Colors of #ca8fcc

#ca8fcc #cc8fb0 #ac8fcc

Monochromatic Colors of #ca8fcc

#ca8fcc

Complementary Color

#ca8fcc #91cc8f

#ca8fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8fcc Color CSS Codes

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

#ca8fcc Text Font Color

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

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


#ca8fcc Background Color

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

This div background color is #ca8fcc


#ca8fcc Border Color

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

This div border color is #ca8fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8fcc


Comments

No comments written yet.

Please login to write comment.