Color Hex Logo

#c930a8 Color Hex

#C930A8
(201,48,168)
0 Favorites   0 Comments

Color spaces of #c930a8

RGB 20148168
HSL0.870.610.49
HSV313°76°79°
CMYK 0.000.760.16   0.21
XYZ32.212217.358638.6986
Yxy17.35860.36490.1967
Hunter Lab41.663765.0957-25.9060
CIE-Lab48.708769.6857-30.1023

#c930a8 color RGB value is (201,48,168).

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

The process color (four color CMYK) of #c930a8 color hex is 0.00, 0.76, 0.16, 0.21. Web safe color of #c930a8 is #cc3399. Color #c930a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110000 10101000
Octal 311 60 250
Decimal 201 48 168
Hex C9 30 A8

RGB Percentages of Color #c930a8

%48.20
%11.51
%40.29

CMYK Percentages of Color #c930a8

%0
%76
%16
%21

Triadic Colors of #c930a8

#c930a8 #a8c930 #30a8c9

Analogous Colors of #c930a8

#c930a8 #c9305b #9e30c9

Monochromatic Colors of #c930a8

#c930a8

Complementary Color

#c930a8 #30c951

#c930a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c930a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c930a8 Color CSS Codes

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

#c930a8 Text Font Color

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

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


#c930a8 Background Color

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

This div background color is #c930a8


#c930a8 Border Color

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

This div border color is #c930a8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,48,168, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c930a8


Comments

No comments written yet.

Please login to write comment.