Color Hex Logo

#c8308b Color Hex

#C8308B
(200,48,139)
0 Favorites   0 Comments

Color spaces of #c8308b

RGB 20048139
HSL0.900.610.49
HSV324°76°78°
CMYK 0.000.760.31   0.22
XYZ29.536616.257326.0073
Yxy16.25730.41140.2264
Hunter Lab40.320360.1993-10.0188
CIE-Lab47.310365.7814-14.9358

#c8308b color RGB value is (200,48,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110000 10001011
Octal 310 60 213
Decimal 200 48 139
Hex C8 30 8B

RGB Percentages of Color #c8308b

%51.68
%12.40
%35.92

CMYK Percentages of Color #c8308b

%0
%76
%31
%22

Triadic Colors of #c8308b

#c8308b #8bc830 #308bc8

Analogous Colors of #c8308b

#c8308b #c8303f #b930c8

Monochromatic Colors of #c8308b

#c8308b

Complementary Color

#c8308b #30c86d

#c8308b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8308b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8308b Color CSS Codes

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

#c8308b Text Font Color

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

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


#c8308b Background Color

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

This div background color is #c8308b


#c8308b Border Color

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

This div border color is #c8308b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,48,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 #c8308b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8308b


Comments

No comments written yet.

Please login to write comment.