Color Hex Logo

#c20758 Color Hex

#C20758
(194,7,88)
0 Favorites   0 Comments

Color spaces of #c20758

RGB 194788
HSL0.930.930.39
HSV334°96°76°
CMYK 0.000.960.55   0.24
XYZ24.085612.325910.3422
Yxy12.32590.51520.2636
Hunter Lab35.108361.01837.1101
CIE-Lab41.729567.57098.2805

#c20758 color RGB value is (194,7,88).

#c20758 hex color red value is 194, green value is 7 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #c20758 hue: 0.93 , saturation: 0.93 and the lightness value of c20758 is 0.39.

The process color (four color CMYK) of #c20758 color hex is 0.00, 0.96, 0.55, 0.24. Web safe color of #c20758 is #cc0066. Color #c20758 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000111 01011000
Octal 302 7 130
Decimal 194 7 88
Hex C2 7 58

RGB Percentages of Color #c20758

%67.13
%2.42
%30.45

CMYK Percentages of Color #c20758

%0
%96
%55
%24

Triadic Colors of #c20758

#c20758 #58c207 #0758c2

Analogous Colors of #c20758

#c20758 #c21407 #c207b6

Monochromatic Colors of #c20758

#c20758

Complementary Color

#c20758 #07c271

#c20758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20758 Color CSS Codes

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

#c20758 Text Font Color

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

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


#c20758 Background Color

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

This div background color is #c20758


#c20758 Border Color

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

This div border color is #c20758


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,7,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c20758; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c20758;
  -webkit-box-shadow: 1px 1px 3px 2px #c20758;
  box-shadow:         1px 1px 3px 2px #c20758; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,7,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20758


Comments

No comments written yet.

Please login to write comment.