Color Hex Logo

#ca77da Color Hex

#CA77DA
(202,119,218)
0 Favorites   0 Comments

Color spaces of #ca77da

RGB 202119218
HSL0.810.570.66
HSV290°45°85°
CMYK 0.070.450.00   0.15
XYZ43.608830.812269.9786
Yxy30.81220.30200.2134
Hunter Lab55.508743.0930-35.8894
CIE-Lab62.348847.9296-37.5123

#ca77da color RGB value is (202,119,218).

#ca77da hex color red value is 202, green value is 119 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ca77da hue: 0.81 , saturation: 0.57 and the lightness value of ca77da is 0.66.

The process color (four color CMYK) of #ca77da color hex is 0.07, 0.45, 0.00, 0.15. Web safe color of #ca77da is #cc66cc. Color #ca77da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110111 11011010
Octal 312 167 332
Decimal 202 119 218
Hex CA 77 DA

RGB Percentages of Color #ca77da

%37.48
%22.08
%40.45

CMYK Percentages of Color #ca77da

%7
%45
%0
%15

Triadic Colors of #ca77da

#ca77da #daca77 #77daca

Analogous Colors of #ca77da

#ca77da #da77b9 #9977da

Monochromatic Colors of #ca77da

#ca77da

Complementary Color

#ca77da #87da77

#ca77da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca77da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca77da Color CSS Codes

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

#ca77da Text Font Color

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

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


#ca77da Background Color

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

This div background color is #ca77da


#ca77da Border Color

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

This div border color is #ca77da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca77da


Comments

No comments written yet.

Please login to write comment.