Color Hex Logo

#c74adc Color Hex

#C74ADC
(199,74,220)
0 Favorites   0 Comments

Color spaces of #c74adc

RGB 19974220
HSL0.810.680.58
HSV291°66°86°
CMYK 0.100.660.00   0.14
XYZ38.920222.207069.9452
Yxy22.20700.29690.1694
Hunter Lab47.124364.9565-55.0154
CIE-Lab54.245968.5077-51.4552

#c74adc color RGB value is (199,74,220).

#c74adc hex color red value is 199, green value is 74 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c74adc hue: 0.81 , saturation: 0.68 and the lightness value of c74adc is 0.58.

The process color (four color CMYK) of #c74adc color hex is 0.10, 0.66, 0.00, 0.14. Web safe color of #c74adc is #cc33cc. Color #c74adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001010 11011100
Octal 307 112 334
Decimal 199 74 220
Hex C7 4A DC

RGB Percentages of Color #c74adc

%40.37
%15.01
%44.62

CMYK Percentages of Color #c74adc

%10
%66
%0
%14

Triadic Colors of #c74adc

#c74adc #dcc74a #4adcc7

Analogous Colors of #c74adc

#c74adc #dc4aa8 #7e4adc

Monochromatic Colors of #c74adc

#c74adc

Complementary Color

#c74adc #5fdc4a

#c74adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74adc Color CSS Codes

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

#c74adc Text Font Color

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

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


#c74adc Background Color

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

This div background color is #c74adc


#c74adc Border Color

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

This div border color is #c74adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74adc


Comments

No comments written yet.

Please login to write comment.