Color Hex Logo

#c74abe Color Hex

#C74ABE
(199,74,190)
0 Favorites   0 Comments

Color spaces of #c74abe

RGB 19974190
HSL0.850.530.54
HSV304°63°78°
CMYK 0.000.630.05   0.22
XYZ35.296220.757450.8615
Yxy20.75740.33010.1941
Hunter Lab45.560358.5560-34.2965
CIE-Lab52.683063.3432-36.7625

#c74abe color RGB value is (199,74,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001010 10111110
Octal 307 112 276
Decimal 199 74 190
Hex C7 4A BE

RGB Percentages of Color #c74abe

%42.98
%15.98
%41.04

CMYK Percentages of Color #c74abe

%0
%63
%5
%22

Triadic Colors of #c74abe

#c74abe #bec74a #4abec7

Analogous Colors of #c74abe

#c74abe #c74a80 #924ac7

Monochromatic Colors of #c74abe

#c74abe

Complementary Color

#c74abe #4ac753

#c74abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74abe Color CSS Codes

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

#c74abe Text Font Color

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

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


#c74abe Background Color

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

This div background color is #c74abe


#c74abe Border Color

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

This div border color is #c74abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,74,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 #c74abe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74abe


Comments

No comments written yet.

Please login to write comment.