Color Hex Logo

#ca77cd Color Hex

#CA77CD
(202,119,205)
0 Favorites   0 Comments

Color spaces of #ca77cd

RGB 202119205
HSL0.830.460.64
HSV298°42°80°
CMYK 0.010.420.00   0.20
XYZ41.973430.158061.3664
Yxy30.15800.31440.2259
Hunter Lab54.916340.3269-27.8124
CIE-Lab61.790345.4545-31.0826

#ca77cd color RGB value is (202,119,205).

#ca77cd hex color red value is 202, green value is 119 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ca77cd hue: 0.83 , saturation: 0.46 and the lightness value of ca77cd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110111 11001101
Octal 312 167 315
Decimal 202 119 205
Hex CA 77 CD

RGB Percentages of Color #ca77cd

%38.40
%22.62
%38.97

CMYK Percentages of Color #ca77cd

%1
%42
%0
%20

Triadic Colors of #ca77cd

#ca77cd #cdca77 #77cdca

Analogous Colors of #ca77cd

#ca77cd #cd77a5 #9f77cd

Monochromatic Colors of #ca77cd

#ca77cd

Complementary Color

#ca77cd #7acd77

#ca77cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca77cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca77cd Color CSS Codes

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

#ca77cd Text Font Color

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

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


#ca77cd Background Color

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

This div background color is #ca77cd


#ca77cd Border Color

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

This div border color is #ca77cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca77cd


Comments

No comments written yet.

Please login to write comment.