color codes Logo

#c930ab color codes

#C930AB
(201,48,171)
0 Favorites   0 Comments

Color spaces of #c930ab

RGB 20148171
HSL0.870.610.49
HSV312°76°79°
CMYK 0.000.760.15   0.21
XYZ32.495017.471740.1878
Yxy17.47170.36040.1938
Hunter Lab41.799265.6188-27.7449
CIE-Lab48.849070.0984-31.6549

#c930ab color RGB value is (201,48,171).

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

The process color (four color CMYK) of #c930ab color code is 0.00, 0.76, 0.15, 0.21. Web safe color of #c930ab is #cc3399. Color #c930ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110000 10101011
Octal 311 60 253
Decimal 201 48 171
Hex C9 30 AB

RGB Percentages of Color #c930ab

%47.86
%11.43
%40.71

CMYK Percentages of Color #c930ab

%0
%76
%15
%21

Triadic Colors of #c930ab

#c930ab #abc930 #30abc9

Analogous Colors of #c930ab

#c930ab #c9305e #9b30c9

Monochromatic Colors of #c930ab

#c930ab

Complementary Color

#c930ab #30c94e

#c930ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c930ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c930ab Color CSS Codes

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

#c930ab Text Font Color

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

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


#c930ab Background Color

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

This div background color is #c930ab


#c930ab Border Color

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

This div border color is #c930ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c930ab


Comments

No comments written yet.

Please login to write comment.