Color Hex Logo

#ca77ff Color Hex

#CA77FF
(202,119,255)
0 Favorites   0 Comments

Color spaces of #ca77ff

RGB 202119255
HSL0.771.000.73
HSV277°53°100°
CMYK 0.210.530.00   0.00
XYZ49.003932.970298.3888
Yxy32.97020.27170.1828
Hunter Lab57.419751.8535-61.3998
CIE-Lab64.136855.5118-55.1895

#ca77ff color RGB value is (202,119,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110111 11111111
Octal 312 167 377
Decimal 202 119 255
Hex CA 77 FF

RGB Percentages of Color #ca77ff

%35.07
%20.66
%44.27

CMYK Percentages of Color #ca77ff

%21
%53
%0
%0

Triadic Colors of #ca77ff

#ca77ff #ffca77 #77ffca

Analogous Colors of #ca77ff

#ca77ff #ff77f0 #8677ff

Monochromatic Colors of #ca77ff

#ca77ff

Complementary Color

#ca77ff #acff77

#ca77ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca77ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca77ff Color CSS Codes

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

#ca77ff Text Font Color

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

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


#ca77ff Background Color

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

This div background color is #ca77ff


#ca77ff Border Color

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

This div border color is #ca77ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca77ff

Related Colors


Comments

No comments written yet.

Please login to write comment.