Color Hex Logo

#ca77dc Color Hex

#CA77DC
(202,119,220)
0 Favorites   0 Comments

Color spaces of #ca77dc

RGB 202119220
HSL0.800.590.66
HSV289°46°86°
CMYK 0.080.460.00   0.14
XYZ43.872230.917571.3655
Yxy30.91750.30020.2115
Hunter Lab55.603543.5337-37.1746
CIE-Lab62.437948.3202-38.4914

#ca77dc color RGB value is (202,119,220).

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

The process color (four color CMYK) of #ca77dc color hex is 0.08, 0.46, 0.00, 0.14. Web safe color of #ca77dc is #cc66cc. Color #ca77dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110111 11011100
Octal 312 167 334
Decimal 202 119 220
Hex CA 77 DC

RGB Percentages of Color #ca77dc

%37.34
%22.00
%40.67

CMYK Percentages of Color #ca77dc

%8
%46
%0
%14

Triadic Colors of #ca77dc

#ca77dc #dcca77 #77dcca

Analogous Colors of #ca77dc

#ca77dc #dc77bc #9877dc

Monochromatic Colors of #ca77dc

#ca77dc

Complementary Color

#ca77dc #89dc77

#ca77dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca77dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca77dc Color CSS Codes

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

#ca77dc Text Font Color

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

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


#ca77dc Background Color

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

This div background color is #ca77dc


#ca77dc Border Color

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

This div border color is #ca77dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca77dc


Comments

No comments written yet.

Please login to write comment.