color codes Logo

#c930db color codes

#C930DB
(201,48,219)
0 Favorites   0 Comments

Color spaces of #c930db

RGB 20148219
HSL0.820.700.52
HSV294°78°86°
CMYK 0.080.780.00   0.14
XYZ37.930519.645968.8107
Yxy19.64590.30010.1554
Hunter Lab44.323775.1869-61.0187
CIE-Lab51.434577.4519-55.3645

#c930db color RGB value is (201,48,219).

#c930db hex color red value is 201, green value is 48 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c930db hue: 0.82 , saturation: 0.70 and the lightness value of c930db is 0.52.

The process color (four color CMYK) of #c930db color code is 0.08, 0.78, 0.00, 0.14. Web safe color of #c930db is #cc33cc. Color #c930db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110000 11011011
Octal 311 60 333
Decimal 201 48 219
Hex C9 30 DB

RGB Percentages of Color #c930db

%42.95
%10.26
%46.79

CMYK Percentages of Color #c930db

%8
%78
%0
%14

Triadic Colors of #c930db

#c930db #dbc930 #30dbc9

Analogous Colors of #c930db

#c930db #db3098 #7430db

Monochromatic Colors of #c930db

#c930db

Complementary Color

#c930db #42db30

#c930db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c930db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c930db Color CSS Codes

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

#c930db Text Font Color

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

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


#c930db Background Color

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

This div background color is #c930db


#c930db Border Color

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

This div border color is #c930db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c930db


Comments

No comments written yet.

Please login to write comment.