Color Hex Logo

#c83052 Color Hex

#C83052
(200,48,82)
0 Favorites   0 Comments

Color spaces of #c83052

RGB 2004882
HSL0.960.610.49
HSV347°76°78°
CMYK 0.000.760.59   0.22
XYZ26.399415.00259.4870
Yxy15.00250.51880.2948
Hunter Lab38.733153.877912.5911
CIE-Lab45.637660.549117.6066

#c83052 color RGB value is (200,48,82).

#c83052 hex color red value is 200, green value is 48 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #c83052 hue: 0.96 , saturation: 0.61 and the lightness value of c83052 is 0.49.

The process color (four color CMYK) of #c83052 color hex is 0.00, 0.76, 0.59, 0.22. Web safe color of #c83052 is #cc3366. Color #c83052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110000 01010010
Octal 310 60 122
Decimal 200 48 82
Hex C8 30 52

RGB Percentages of Color #c83052

%60.61
%14.55
%24.85

CMYK Percentages of Color #c83052

%0
%76
%59
%22

Triadic Colors of #c83052

#c83052 #52c830 #3052c8

Analogous Colors of #c83052

#c83052 #c85a30 #c8309e

Monochromatic Colors of #c83052

#c83052

Complementary Color

#c83052 #30c8a6

#c83052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c83052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c83052 Color CSS Codes

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

#c83052 Text Font Color

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

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


#c83052 Background Color

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

This div background color is #c83052


#c83052 Border Color

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

This div border color is #c83052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c83052


Comments

No comments written yet.

Please login to write comment.