Color Hex Logo

#c40258 Color Hex

#C40258
(196,2,88)
0 Favorites   0 Comments

Color spaces of #c40258

RGB 196288
HSL0.930.980.39
HSV333°99°77°
CMYK 0.000.990.55   0.23
XYZ24.548112.483810.3483
Yxy12.48380.51810.2635
Hunter Lab35.332462.18577.3676
CIE-Lab41.974968.52528.6857

#c40258 color RGB value is (196,2,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000010 01011000
Octal 304 2 130
Decimal 196 2 88
Hex C4 2 58

RGB Percentages of Color #c40258

%68.53
%0.70
%30.77

CMYK Percentages of Color #c40258

%0
%99
%55
%23

Triadic Colors of #c40258

#c40258 #58c402 #0258c4

Analogous Colors of #c40258

#c40258 #c40d02 #c402b9

Monochromatic Colors of #c40258

#c40258

Complementary Color

#c40258 #02c46e

#c40258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40258 Color CSS Codes

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

#c40258 Text Font Color

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

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


#c40258 Background Color

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

This div background color is #c40258


#c40258 Border Color

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

This div border color is #c40258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40258


Comments

No comments written yet.

Please login to write comment.