Color Hex Logo

#c74cbe Color Hex

#C74CBE
(199,76,190)
0 Favorites   0 Comments

Color spaces of #c74cbe

RGB 19976190
HSL0.850.520.54
HSV304°62°78°
CMYK 0.000.620.05   0.22
XYZ35.431921.028750.9067
Yxy21.02870.33000.1959
Hunter Lab45.857157.6699-33.7189
CIE-Lab52.980962.5190-36.2948

#c74cbe color RGB value is (199,76,190).

#c74cbe hex color red value is 199, green value is 76 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c74cbe hue: 0.85 , saturation: 0.52 and the lightness value of c74cbe is 0.54.

The process color (four color CMYK) of #c74cbe color hex is 0.00, 0.62, 0.05, 0.22. Web safe color of #c74cbe is #cc33cc. Color #c74cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001100 10111110
Octal 307 114 276
Decimal 199 76 190
Hex C7 4C BE

RGB Percentages of Color #c74cbe

%42.80
%16.34
%40.86

CMYK Percentages of Color #c74cbe

%0
%62
%5
%22

Triadic Colors of #c74cbe

#c74cbe #bec74c #4cbec7

Analogous Colors of #c74cbe

#c74cbe #c74c81 #934cc7

Monochromatic Colors of #c74cbe

#c74cbe

Complementary Color

#c74cbe #4cc755

#c74cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74cbe Color CSS Codes

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

#c74cbe Text Font Color

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

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


#c74cbe Background Color

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

This div background color is #c74cbe


#c74cbe Border Color

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

This div border color is #c74cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74cbe


Comments

No comments written yet.

Please login to write comment.