Color Hex Logo

#c8247b Color Hex

#C8247B
(200,36,123)
0 Favorites   0 Comments

Color spaces of #c8247b

RGB 20036123
HSL0.910.690.46
HSV328°82°78°
CMYK 0.000.820.39   0.22
XYZ28.025414.971220.1515
Yxy14.97120.44380.2371
Hunter Lab38.692661.5769-3.7940
CIE-Lab45.594767.2987-7.7779

#c8247b color RGB value is (200,36,123).

#c8247b hex color red value is 200, green value is 36 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #c8247b hue: 0.91 , saturation: 0.69 and the lightness value of c8247b is 0.46.

The process color (four color CMYK) of #c8247b color hex is 0.00, 0.82, 0.39, 0.22. Web safe color of #c8247b is #cc3366. Color #c8247b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100100 01111011
Octal 310 44 173
Decimal 200 36 123
Hex C8 24 7B

RGB Percentages of Color #c8247b

%55.71
%10.03
%34.26

CMYK Percentages of Color #c8247b

%0
%82
%39
%22

Triadic Colors of #c8247b

#c8247b #7bc824 #247bc8

Analogous Colors of #c8247b

#c8247b #c82429 #c324c8

Monochromatic Colors of #c8247b

#c8247b

Complementary Color

#c8247b #24c871

#c8247b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8247b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8247b Color CSS Codes

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

#c8247b Text Font Color

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

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


#c8247b Background Color

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

This div background color is #c8247b


#c8247b Border Color

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

This div border color is #c8247b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8247b


Comments

No comments written yet.

Please login to write comment.