Color Hex Logo

#c20158 Color Hex

#C20158
(194,1,88)
0 Favorites   0 Comments

Color spaces of #c20158

RGB 194188
HSL0.920.990.38
HSV333°99°76°
CMYK 0.000.990.55   0.24
XYZ24.020412.195610.3205
Yxy12.19560.51620.2621
Hunter Lab34.922261.66316.9237
CIE-Lab41.525368.16507.9924

#c20158 color RGB value is (194,1,88).

#c20158 hex color red value is 194, green value is 1 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #c20158 hue: 0.92 , saturation: 0.99 and the lightness value of c20158 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000001 01011000
Octal 302 1 130
Decimal 194 1 88
Hex C2 1 58

RGB Percentages of Color #c20158

%68.55
%0.35
%31.10

CMYK Percentages of Color #c20158

%0
%99
%55
%24

Triadic Colors of #c20158

#c20158 #58c201 #0158c2

Analogous Colors of #c20158

#c20158 #c20a01 #c201b9

Monochromatic Colors of #c20158

#c20158

Complementary Color

#c20158 #01c26b

#c20158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20158 Color CSS Codes

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

#c20158 Text Font Color

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

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


#c20158 Background Color

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

This div background color is #c20158


#c20158 Border Color

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

This div border color is #c20158


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,1,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 #c20158">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20158


Comments

No comments written yet.

Please login to write comment.