Color Hex Logo

#c74aba Color Hex

#C74ABA
(199,74,186)
0 Favorites   0 Comments

Color spaces of #c74aba

RGB 19974186
HSL0.850.530.54
HSV306°63°78°
CMYK 0.000.630.07   0.22
XYZ34.864920.584848.5901
Yxy20.58480.33510.1979
Hunter Lab45.370557.7698-31.7381
CIE-Lab52.492162.6962-34.7463

#c74aba color RGB value is (199,74,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001010 10111010
Octal 307 112 272
Decimal 199 74 186
Hex C7 4A BA

RGB Percentages of Color #c74aba

%43.36
%16.12
%40.52

CMYK Percentages of Color #c74aba

%0
%63
%7
%22

Triadic Colors of #c74aba

#c74aba #bac74a #4abac7

Analogous Colors of #c74aba

#c74aba #c74a7c #964ac7

Monochromatic Colors of #c74aba

#c74aba

Complementary Color

#c74aba #4ac757

#c74aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74aba Color CSS Codes

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

#c74aba Text Font Color

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

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


#c74aba Background Color

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

This div background color is #c74aba


#c74aba Border Color

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

This div border color is #c74aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74aba


Comments

No comments written yet.

Please login to write comment.