Color Hex Logo

#c23057 Color Hex

#C23057
(194,48,87)
0 Favorites   0 Comments

Color spaces of #c23057

RGB 1944887
HSL0.960.600.47
HSV344°75°76°
CMYK 0.000.750.55   0.24
XYZ25.025414.271410.4525
Yxy14.27140.50300.2869
Hunter Lab37.777552.135210.0396
CIE-Lab44.619759.176012.9403

#c23057 color RGB value is (194,48,87).

#c23057 hex color red value is 194, green value is 48 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #c23057 hue: 0.96 , saturation: 0.60 and the lightness value of c23057 is 0.47.

The process color (four color CMYK) of #c23057 color hex is 0.00, 0.75, 0.55, 0.24. Web safe color of #c23057 is #cc3366. Color #c23057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110000 01010111
Octal 302 60 127
Decimal 194 48 87
Hex C2 30 57

RGB Percentages of Color #c23057

%58.97
%14.59
%26.44

CMYK Percentages of Color #c23057

%0
%75
%55
%24

Triadic Colors of #c23057

#c23057 #57c230 #3057c2

Analogous Colors of #c23057

#c23057 #c25230 #c230a0

Monochromatic Colors of #c23057

#c23057

Complementary Color

#c23057 #30c29b

#c23057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23057 Color CSS Codes

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

#c23057 Text Font Color

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

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


#c23057 Background Color

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

This div background color is #c23057


#c23057 Border Color

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

This div border color is #c23057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23057


Comments

No comments written yet.

Please login to write comment.