Color Hex Logo

#c83993 Color Hex

#C83993
(200,57,147)
0 Favorites   0 Comments

Color spaces of #c83993

RGB 20057147
HSL0.900.570.50
HSV322°72°78°
CMYK 0.000.720.27   0.22
XYZ30.549017.312229.3352
Yxy17.31220.39570.2243
Hunter Lab41.607958.2428-12.6762
CIE-Lab48.651063.8283-17.7061

#c83993 color RGB value is (200,57,147).

#c83993 hex color red value is 200, green value is 57 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c83993 hue: 0.90 , saturation: 0.57 and the lightness value of c83993 is 0.50.

The process color (four color CMYK) of #c83993 color hex is 0.00, 0.72, 0.27, 0.22. Web safe color of #c83993 is #cc3399. Color #c83993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00111001 10010011
Octal 310 71 223
Decimal 200 57 147
Hex C8 39 93

RGB Percentages of Color #c83993

%49.50
%14.11
%36.39

CMYK Percentages of Color #c83993

%0
%72
%27
%22

Triadic Colors of #c83993

#c83993 #93c839 #3993c8

Analogous Colors of #c83993

#c83993 #c8394b #b639c8

Monochromatic Colors of #c83993

#c83993

Complementary Color

#c83993 #39c86e

#c83993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c83993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c83993 Color CSS Codes

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

#c83993 Text Font Color

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

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


#c83993 Background Color

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

This div background color is #c83993


#c83993 Border Color

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

This div border color is #c83993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c83993


Comments

No comments written yet.

Please login to write comment.