Color Hex Logo

#c74682 Color Hex

#C74682
(199,70,130)
0 Favorites   0 Comments

Color spaces of #c74682

RGB 19970130
HSL0.920.540.53
HSV332°65°78°
CMYK 0.000.650.35   0.22
XYZ29.772618.134123.0501
Yxy18.13410.41960.2556
Hunter Lab42.584250.2755-2.2838
CIE-Lab49.658456.5600-5.9936

#c74682 color RGB value is (199,70,130).

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

The process color (four color CMYK) of #c74682 color hex is 0.00, 0.65, 0.35, 0.22. Web safe color of #c74682 is #cc3399. Color #c74682 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000110 10000010
Octal 307 106 202
Decimal 199 70 130
Hex C7 46 82

RGB Percentages of Color #c74682

%49.87
%17.54
%32.58

CMYK Percentages of Color #c74682

%0
%65
%35
%22

Triadic Colors of #c74682

#c74682 #82c746 #4682c7

Analogous Colors of #c74682

#c74682 #c74b46 #c746c3

Monochromatic Colors of #c74682

#c74682

Complementary Color

#c74682 #46c78b

#c74682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74682 Color CSS Codes

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

#c74682 Text Font Color

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

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


#c74682 Background Color

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

This div background color is #c74682


#c74682 Border Color

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

This div border color is #c74682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74682


Comments

No comments written yet.

Please login to write comment.