Color Hex Logo

#c83380 Color Hex

#C83380
(200,51,128)
0 Favorites   0 Comments

Color spaces of #c83380

RGB 20051128
HSL0.910.590.49
HSV329°75°78°
CMYK 0.000.750.36   0.22
XYZ28.899516.205522.0269
Yxy16.20550.43050.2414
Hunter Lab40.256157.6956-4.2625
CIE-Lab47.243063.6188-8.3675

#c83380 color RGB value is (200,51,128).

#c83380 hex color red value is 200, green value is 51 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #c83380 hue: 0.91 , saturation: 0.59 and the lightness value of c83380 is 0.49.

The process color (four color CMYK) of #c83380 color hex is 0.00, 0.75, 0.36, 0.22. Web safe color of #c83380 is #cc3399. Color #c83380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110011 10000000
Octal 310 63 200
Decimal 200 51 128
Hex C8 33 80

RGB Percentages of Color #c83380

%52.77
%13.46
%33.77

CMYK Percentages of Color #c83380

%0
%75
%36
%22

Triadic Colors of #c83380

#c83380 #80c833 #3380c8

Analogous Colors of #c83380

#c83380 #c83336 #c633c8

Monochromatic Colors of #c83380

#c83380

Complementary Color

#c83380 #33c87b

#c83380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c83380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c83380 Color CSS Codes

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

#c83380 Text Font Color

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

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


#c83380 Background Color

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

This div background color is #c83380


#c83380 Border Color

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

This div border color is #c83380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c83380


Comments

No comments written yet.

Please login to write comment.