Color Hex Logo

#c774cc Color Hex

#C774CC
(199,116,204)
0 Favorites   0 Comments

Color spaces of #c774cc

RGB 199116204
HSL0.820.460.63
HSV297°43°80°
CMYK 0.020.430.00   0.20
XYZ40.697728.992560.5779
Yxy28.99250.31240.2226
Hunter Lab53.844740.6884-29.0129
CIE-Lab60.775045.9336-32.1225

#c774cc color RGB value is (199,116,204).

#c774cc hex color red value is 199, green value is 116 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c774cc hue: 0.82 , saturation: 0.46 and the lightness value of c774cc is 0.63.

The process color (four color CMYK) of #c774cc color hex is 0.02, 0.43, 0.00, 0.20. Web safe color of #c774cc is #cc66cc. Color #c774cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110100 11001100
Octal 307 164 314
Decimal 199 116 204
Hex C7 74 CC

RGB Percentages of Color #c774cc

%38.34
%22.35
%39.31

CMYK Percentages of Color #c774cc

%2
%43
%0
%20

Triadic Colors of #c774cc

#c774cc #ccc774 #74ccc7

Analogous Colors of #c774cc

#c774cc #cc74a5 #9b74cc

Monochromatic Colors of #c774cc

#c774cc

Complementary Color

#c774cc #79cc74

#c774cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c774cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c774cc Color CSS Codes

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

#c774cc Text Font Color

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

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


#c774cc Background Color

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

This div background color is #c774cc


#c774cc Border Color

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

This div border color is #c774cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c774cc


Comments

No comments written yet.

Please login to write comment.