Color Hex Logo

#c770ca Color Hex

#C770CA
(199,112,202)
0 Favorites   0 Comments

Color spaces of #c770ca

RGB 199112202
HSL0.830.460.62
HSV298°45°79°
CMYK 0.010.450.00   0.21
XYZ40.008027.994759.1720
Yxy27.99470.31460.2201
Hunter Lab52.910042.3805-29.2701
CIE-Lab59.883947.6334-32.3763

#c770ca color RGB value is (199,112,202).

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

The process color (four color CMYK) of #c770ca color hex is 0.01, 0.45, 0.00, 0.21. Web safe color of #c770ca is #cc66cc. Color #c770ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110000 11001010
Octal 307 160 312
Decimal 199 112 202
Hex C7 70 CA

RGB Percentages of Color #c770ca

%38.79
%21.83
%39.38

CMYK Percentages of Color #c770ca

%1
%45
%0
%21

Triadic Colors of #c770ca

#c770ca #cac770 #70cac7

Analogous Colors of #c770ca

#c770ca #ca70a0 #9a70ca

Monochromatic Colors of #c770ca

#c770ca

Complementary Color

#c770ca #73ca70

#c770ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c770ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c770ca Color CSS Codes

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

#c770ca Text Font Color

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

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


#c770ca Background Color

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

This div background color is #c770ca


#c770ca Border Color

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

This div border color is #c770ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c770ca


Comments

No comments written yet.

Please login to write comment.