Color Hex Logo

#c83385 Color Hex

#C83385
(200,51,133)
0 Favorites   0 Comments

Color spaces of #c83385

RGB 20051133
HSL0.910.590.49
HSV327°75°78°
CMYK 0.000.750.34   0.22
XYZ29.236916.340523.8034
Yxy16.34050.42140.2355
Hunter Lab40.423458.3622-6.6167
CIE-Lab47.418164.1673-11.1407

#c83385 color RGB value is (200,51,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110011 10000101
Octal 310 63 205
Decimal 200 51 133
Hex C8 33 85

RGB Percentages of Color #c83385

%52.08
%13.28
%34.64

CMYK Percentages of Color #c83385

%0
%75
%34
%22

Triadic Colors of #c83385

#c83385 #85c833 #3385c8

Analogous Colors of #c83385

#c83385 #c8333a #c133c8

Monochromatic Colors of #c83385

#c83385

Complementary Color

#c83385 #33c876

#c83385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c83385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c83385 Color CSS Codes

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

#c83385 Text Font Color

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

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


#c83385 Background Color

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

This div background color is #c83385


#c83385 Border Color

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

This div border color is #c83385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c83385


Comments

No comments written yet.

Please login to write comment.