Color Hex Logo

#c93258 Color Hex

#C93258
(201,50,88)
0 Favorites   0 Comments

Color spaces of #c93258

RGB 2015088
HSL0.960.600.49
HSV345°75°79°
CMYK 0.000.750.56   0.21
XYZ26.989415.403310.7831
Yxy15.40330.50760.2897
Hunter Lab39.247054.068511.1830
CIE-Lab46.181760.616314.6780

#c93258 color RGB value is (201,50,88).

#c93258 hex color red value is 201, green value is 50 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #c93258 hue: 0.96 , saturation: 0.60 and the lightness value of c93258 is 0.49.

The process color (four color CMYK) of #c93258 color hex is 0.00, 0.75, 0.56, 0.21. Web safe color of #c93258 is #cc3366. Color #c93258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110010 01011000
Octal 311 62 130
Decimal 201 50 88
Hex C9 32 58

RGB Percentages of Color #c93258

%59.29
%14.75
%25.96

CMYK Percentages of Color #c93258

%0
%75
%56
%21

Triadic Colors of #c93258

#c93258 #58c932 #3258c9

Analogous Colors of #c93258

#c93258 #c95732 #c932a4

Monochromatic Colors of #c93258

#c93258

Complementary Color

#c93258 #32c9a3

#c93258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93258 Color CSS Codes

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

#c93258 Text Font Color

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

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


#c93258 Background Color

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

This div background color is #c93258


#c93258 Border Color

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

This div border color is #c93258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93258


Comments

No comments written yet.

Please login to write comment.