Color Hex Logo

#c8249d Color Hex

#C8249D
(200,36,157)
0 Favorites   0 Comments

Color spaces of #c8249d

RGB 20036157
HSL0.880.690.46
HSV316°82°78°
CMYK 0.000.820.22   0.22
XYZ30.536115.975433.3724
Yxy15.97540.38230.2000
Hunter Lab39.969266.4261-21.5258
CIE-Lab46.942271.1458-26.3253

#c8249d color RGB value is (200,36,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100100 10011101
Octal 310 44 235
Decimal 200 36 157
Hex C8 24 9D

RGB Percentages of Color #c8249d

%50.89
%9.16
%39.95

CMYK Percentages of Color #c8249d

%0
%82
%22
%22

Triadic Colors of #c8249d

#c8249d #9dc824 #249dc8

Analogous Colors of #c8249d

#c8249d #c8244b #a124c8

Monochromatic Colors of #c8249d

#c8249d

Complementary Color

#c8249d #24c84f

#c8249d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8249d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8249d Color CSS Codes

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

#c8249d Text Font Color

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

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


#c8249d Background Color

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

This div background color is #c8249d


#c8249d Border Color

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

This div border color is #c8249d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8249d


Comments

No comments written yet.

Please login to write comment.