Color Hex Logo

#c74cea Color Hex

#C74CEA
(199,76,234)
0 Favorites   0 Comments

Color spaces of #c74cea

RGB 19976234
HSL0.800.790.61
HSV287°68°92°
CMYK 0.150.680.00   0.08
XYZ40.988923.251580.1695
Yxy23.25150.28380.1610
Hunter Lab48.219867.3480-64.8208
CIE-Lab55.330570.2982-57.6145

#c74cea color RGB value is (199,76,234).

#c74cea hex color red value is 199, green value is 76 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c74cea hue: 0.80 , saturation: 0.79 and the lightness value of c74cea is 0.61.

The process color (four color CMYK) of #c74cea color hex is 0.15, 0.68, 0.00, 0.08. Web safe color of #c74cea is #cc33ff. Color #c74cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001100 11101010
Octal 307 114 352
Decimal 199 76 234
Hex C7 4C EA

RGB Percentages of Color #c74cea

%39.10
%14.93
%45.97

CMYK Percentages of Color #c74cea

%15
%68
%0
%8

Triadic Colors of #c74cea

#c74cea #eac74c #4ceac7

Analogous Colors of #c74cea

#c74cea #ea4cbe #784cea

Monochromatic Colors of #c74cea

#c74cea

Complementary Color

#c74cea #6fea4c

#c74cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74cea Color CSS Codes

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

#c74cea Text Font Color

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

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


#c74cea Background Color

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

This div background color is #c74cea


#c74cea Border Color

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

This div border color is #c74cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74cea


Comments

No comments written yet.

Please login to write comment.