Color Hex Logo

#ca77fe Color Hex

#CA77FE
(202,119,254)
0 Favorites   0 Comments

Color spaces of #ca77fe

RGB 202119254
HSL0.770.990.73
HSV277°53°100°
CMYK 0.200.530.00   0.00
XYZ48.843332.906097.5431
Yxy32.90600.27240.1835
Hunter Lab57.363851.6002-60.6639
CIE-Lab64.084755.2977-54.7237

#ca77fe color RGB value is (202,119,254).

#ca77fe hex color red value is 202, green value is 119 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ca77fe hue: 0.77 , saturation: 0.99 and the lightness value of ca77fe is 0.73.

The process color (four color CMYK) of #ca77fe color hex is 0.20, 0.53, 0.00, 0.00. Web safe color of #ca77fe is #cc66ff. Color #ca77fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110111 11111110
Octal 312 167 376
Decimal 202 119 254
Hex CA 77 FE

RGB Percentages of Color #ca77fe

%35.13
%20.70
%44.17

CMYK Percentages of Color #ca77fe

%20
%53
%0
%0

Triadic Colors of #ca77fe

#ca77fe #feca77 #77feca

Analogous Colors of #ca77fe

#ca77fe #fe77ef #8777fe

Monochromatic Colors of #ca77fe

#ca77fe

Complementary Color

#ca77fe #abfe77

#ca77fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca77fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca77fe Color CSS Codes

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

#ca77fe Text Font Color

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

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


#ca77fe Background Color

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

This div background color is #ca77fe


#ca77fe Border Color

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

This div border color is #ca77fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca77fe


Comments

No comments written yet.

Please login to write comment.