Color Hex Logo

#c84b58 Color Hex

#C84B58
(200,75,88)
0 Favorites   0 Comments

Color spaces of #c84b58

RGB 2007588
HSL0.980.530.54
HSV354°63°78°
CMYK 0.000.630.56   0.22
XYZ28.096918.016111.2291
Yxy18.01610.49000.3142
Hunter Lab42.445443.879414.0263
CIE-Lab49.515650.681019.1676

#c84b58 color RGB value is (200,75,88).

#c84b58 hex color red value is 200, green value is 75 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #c84b58 hue: 0.98 , saturation: 0.53 and the lightness value of c84b58 is 0.54.

The process color (four color CMYK) of #c84b58 color hex is 0.00, 0.63, 0.56, 0.22. Web safe color of #c84b58 is #cc3366. Color #c84b58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001011 01011000
Octal 310 113 130
Decimal 200 75 88
Hex C8 4B 58

RGB Percentages of Color #c84b58

%55.10
%20.66
%24.24

CMYK Percentages of Color #c84b58

%0
%63
%56
%22

Triadic Colors of #c84b58

#c84b58 #58c84b #4b58c8

Analogous Colors of #c84b58

#c84b58 #c87d4b #c84b97

Monochromatic Colors of #c84b58

#c84b58

Complementary Color

#c84b58 #4bc8bb

#c84b58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84b58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84b58 Color CSS Codes

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

#c84b58 Text Font Color

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

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


#c84b58 Background Color

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

This div background color is #c84b58


#c84b58 Border Color

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

This div border color is #c84b58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84b58


Comments

No comments written yet.

Please login to write comment.