Color Hex Logo

#ca7fcc Color Hex

#CA7FCC
(202,127,204)
0 Favorites   0 Comments

Color spaces of #ca7fcc

RGB 202127204
HSL0.830.430.65
HSV298°38°80°
CMYK 0.010.380.00   0.20
XYZ42.845632.094961.0635
Yxy32.09490.31500.2360
Hunter Lab56.652435.8561-24.2499
CIE-Lab63.421241.0440-27.9984

#ca7fcc color RGB value is (202,127,204).

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

The process color (four color CMYK) of #ca7fcc color hex is 0.01, 0.38, 0.00, 0.20. Web safe color of #ca7fcc is #cc66cc. Color #ca7fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111111 11001100
Octal 312 177 314
Decimal 202 127 204
Hex CA 7F CC

RGB Percentages of Color #ca7fcc

%37.90
%23.83
%38.27

CMYK Percentages of Color #ca7fcc

%1
%38
%0
%20

Triadic Colors of #ca7fcc

#ca7fcc #ccca7f #7fccca

Analogous Colors of #ca7fcc

#ca7fcc #cc7fa8 #a47fcc

Monochromatic Colors of #ca7fcc

#ca7fcc

Complementary Color

#ca7fcc #81cc7f

#ca7fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7fcc Color CSS Codes

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

#ca7fcc Text Font Color

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

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


#ca7fcc Background Color

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

This div background color is #ca7fcc


#ca7fcc Border Color

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

This div border color is #ca7fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7fcc


Comments

No comments written yet.

Please login to write comment.