Color Hex Logo

#c774bf Color Hex

#C774BF
(199,116,191)
0 Favorites   0 Comments

Color spaces of #c774bf

RGB 199116191
HSL0.850.430.62
HSV306°42°78°
CMYK 0.000.420.04   0.22
XYZ39.202528.394552.7047
Yxy28.39450.32590.2360
Hunter Lab53.286538.0699-21.3421
CIE-Lab60.243543.5518-25.5795

#c774bf color RGB value is (199,116,191).

#c774bf hex color red value is 199, green value is 116 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c774bf hue: 0.85 , saturation: 0.43 and the lightness value of c774bf is 0.62.

The process color (four color CMYK) of #c774bf color hex is 0.00, 0.42, 0.04, 0.22. Web safe color of #c774bf is #cc66cc. Color #c774bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110100 10111111
Octal 307 164 277
Decimal 199 116 191
Hex C7 74 BF

RGB Percentages of Color #c774bf

%39.33
%22.92
%37.75

CMYK Percentages of Color #c774bf

%0
%42
%4
%22

Triadic Colors of #c774bf

#c774bf #bfc774 #74bfc7

Analogous Colors of #c774bf

#c774bf #c77496 #a674c7

Monochromatic Colors of #c774bf

#c774bf

Complementary Color

#c774bf #74c77c

#c774bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c774bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c774bf Color CSS Codes

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

#c774bf Text Font Color

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

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


#c774bf Background Color

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

This div background color is #c774bf


#c774bf Border Color

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

This div border color is #c774bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c774bf


Comments

No comments written yet.

Please login to write comment.