Color Hex Logo

#c74caf Color Hex

#C74CAF
(199,76,175)
0 Favorites   0 Comments

Color spaces of #c74caf

RGB 19976175
HSL0.870.520.54
HSV312°62°78°
CMYK 0.000.620.12   0.22
XYZ33.875520.406142.7108
Yxy20.40610.34930.2104
Hunter Lab45.173154.8049-24.4370
CIE-Lab52.293360.1347-28.6579

#c74caf color RGB value is (199,76,175).

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

The process color (four color CMYK) of #c74caf color hex is 0.00, 0.62, 0.12, 0.22. Web safe color of #c74caf is #cc3399. Color #c74caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001100 10101111
Octal 307 114 257
Decimal 199 76 175
Hex C7 4C AF

RGB Percentages of Color #c74caf

%44.22
%16.89
%38.89

CMYK Percentages of Color #c74caf

%0
%62
%12
%22

Triadic Colors of #c74caf

#c74caf #afc74c #4cafc7

Analogous Colors of #c74caf

#c74caf #c74c72 #a24cc7

Monochromatic Colors of #c74caf

#c74caf

Complementary Color

#c74caf #4cc764

#c74caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74caf Color CSS Codes

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

#c74caf Text Font Color

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

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


#c74caf Background Color

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

This div background color is #c74caf


#c74caf Border Color

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

This div border color is #c74caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74caf


Comments

No comments written yet.

Please login to write comment.