Color Hex Logo

#c8338e Color Hex

#C8338E
(200,51,142)
0 Favorites   0 Comments

Color spaces of #c8338e

RGB 20051142
HSL0.900.590.49
HSV323°75°78°
CMYK 0.000.750.29   0.22
XYZ29.885716.600027.2202
Yxy16.60000.40550.2252
Hunter Lab40.743159.6321-11.0911
CIE-Lab47.752065.2063-16.0740

#c8338e color RGB value is (200,51,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110011 10001110
Octal 310 63 216
Decimal 200 51 142
Hex C8 33 8E

RGB Percentages of Color #c8338e

%50.89
%12.98
%36.13

CMYK Percentages of Color #c8338e

%0
%75
%29
%22

Triadic Colors of #c8338e

#c8338e #8ec833 #338ec8

Analogous Colors of #c8338e

#c8338e #c83344 #b833c8

Monochromatic Colors of #c8338e

#c8338e

Complementary Color

#c8338e #33c86d

#c8338e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8338e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8338e Color CSS Codes

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

#c8338e Text Font Color

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

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


#c8338e Background Color

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

This div background color is #c8338e


#c8338e Border Color

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

This div border color is #c8338e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8338e


Comments

No comments written yet.

Please login to write comment.