Color Hex Logo

#c775ca Color Hex

#C775CA
(199,117,202)
0 Favorites   0 Comments

Color spaces of #c775ca

RGB 199117202
HSL0.830.450.63
HSV298°42°79°
CMYK 0.010.420.00   0.21
XYZ40.575129.129059.3610
Yxy29.12900.31440.2257
Hunter Lab53.971339.7448-27.4309
CIE-Lab60.895345.0363-30.8062

#c775ca color RGB value is (199,117,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110101 11001010
Octal 307 165 312
Decimal 199 117 202
Hex C7 75 CA

RGB Percentages of Color #c775ca

%38.42
%22.59
%39.00

CMYK Percentages of Color #c775ca

%1
%42
%0
%21

Triadic Colors of #c775ca

#c775ca #cac775 #75cac7

Analogous Colors of #c775ca

#c775ca #ca75a3 #9d75ca

Monochromatic Colors of #c775ca

#c775ca

Complementary Color

#c775ca #78ca75

#c775ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c775ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c775ca Color CSS Codes

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

#c775ca Text Font Color

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

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


#c775ca Background Color

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

This div background color is #c775ca


#c775ca Border Color

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

This div border color is #c775ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,117,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 #c775ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c775ca


Comments

No comments written yet.

Please login to write comment.