Color Hex Logo

#c8238b Color Hex

#C8238B
(200,35,139)
0 Favorites   0 Comments

Color spaces of #c8238b

RGB 20035139
HSL0.890.700.46
HSV322°83°78°
CMYK 0.000.830.31   0.22
XYZ29.080615.345525.8554
Yxy15.34550.41380.2183
Hunter Lab39.173363.9574-11.7116
CIE-Lab46.103869.2297-16.7738

#c8238b color RGB value is (200,35,139).

#c8238b hex color red value is 200, green value is 35 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #c8238b hue: 0.89 , saturation: 0.70 and the lightness value of c8238b is 0.46.

The process color (four color CMYK) of #c8238b color hex is 0.00, 0.83, 0.31, 0.22. Web safe color of #c8238b is #cc3399. Color #c8238b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100011 10001011
Octal 310 43 213
Decimal 200 35 139
Hex C8 23 8B

RGB Percentages of Color #c8238b

%53.48
%9.36
%37.17

CMYK Percentages of Color #c8238b

%0
%83
%31
%22

Triadic Colors of #c8238b

#c8238b #8bc823 #238bc8

Analogous Colors of #c8238b

#c8238b #c82339 #b323c8

Monochromatic Colors of #c8238b

#c8238b

Complementary Color

#c8238b #23c860

#c8238b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8238b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8238b Color CSS Codes

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

#c8238b Text Font Color

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

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


#c8238b Background Color

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

This div background color is #c8238b


#c8238b Border Color

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

This div border color is #c8238b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8238b


Comments

No comments written yet.

Please login to write comment.