Color Hex Logo

#c74ebc Color Hex

#C74EBC
(199,78,188)
0 Favorites   0 Comments

Color spaces of #c74ebc

RGB 19978188
HSL0.850.520.54
HSV305°61°78°
CMYK 0.000.610.06   0.22
XYZ35.354721.221749.8098
Yxy21.22170.33230.1995
Hunter Lab46.067056.3747-31.8602
CIE-Lab53.191361.3506-34.8090

#c74ebc color RGB value is (199,78,188).

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

The process color (four color CMYK) of #c74ebc color hex is 0.00, 0.61, 0.06, 0.22. Web safe color of #c74ebc is #cc66cc. Color #c74ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001110 10111100
Octal 307 116 274
Decimal 199 78 188
Hex C7 4E BC

RGB Percentages of Color #c74ebc

%42.80
%16.77
%40.43

CMYK Percentages of Color #c74ebc

%0
%61
%6
%22

Triadic Colors of #c74ebc

#c74ebc #bcc74e #4ebcc7

Analogous Colors of #c74ebc

#c74ebc #c74e80 #964ec7

Monochromatic Colors of #c74ebc

#c74ebc

Complementary Color

#c74ebc #4ec759

#c74ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74ebc Color CSS Codes

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

#c74ebc Text Font Color

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

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


#c74ebc Background Color

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

This div background color is #c74ebc


#c74ebc Border Color

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

This div border color is #c74ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74ebc


Comments

No comments written yet.

Please login to write comment.