Color Hex Logo

#c775ec Color Hex

#C775EC
(199,117,236)
0 Favorites   0 Comments

Color spaces of #c775ec

RGB 199117236
HSL0.780.760.69
HSV281°50°93°
CMYK 0.160.500.00   0.07
XYZ45.054830.920882.9505
Yxy30.92080.28350.1946
Hunter Lab55.606547.3172-49.5208
CIE-Lab62.440751.7495-47.4200

#c775ec color RGB value is (199,117,236).

#c775ec hex color red value is 199, green value is 117 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c775ec hue: 0.78 , saturation: 0.76 and the lightness value of c775ec is 0.69.

The process color (four color CMYK) of #c775ec color hex is 0.16, 0.50, 0.00, 0.07. Web safe color of #c775ec is #cc66ff. Color #c775ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110101 11101100
Octal 307 165 354
Decimal 199 117 236
Hex C7 75 EC

RGB Percentages of Color #c775ec

%36.05
%21.20
%42.75

CMYK Percentages of Color #c775ec

%16
%50
%0
%7

Triadic Colors of #c775ec

#c775ec #ecc775 #75ecc7

Analogous Colors of #c775ec

#c775ec #ec75d6 #8c75ec

Monochromatic Colors of #c775ec

#c775ec

Complementary Color

#c775ec #9aec75

#c775ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c775ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c775ec Color CSS Codes

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

#c775ec Text Font Color

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

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


#c775ec Background Color

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

This div background color is #c775ec


#c775ec Border Color

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

This div border color is #c775ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c775ec


Comments

No comments written yet.

Please login to write comment.