Color Hex Logo

#c030dd Color Hex

#C030DD
(192,48,221)
0 Favorites   0 Comments

Color spaces of #c030dd

RGB 19248221
HSL0.810.720.53
HSV290°78°87°
CMYK 0.130.780.00   0.13
XYZ35.846318.540870.0960
Yxy18.54080.28800.1489
Hunter Lab43.059073.2465-66.3772
CIE-Lab50.145676.1376-58.6488

#c030dd color RGB value is (192,48,221).

#c030dd hex color red value is 192, green value is 48 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c030dd hue: 0.81 , saturation: 0.72 and the lightness value of c030dd is 0.53.

The process color (four color CMYK) of #c030dd color hex is 0.13, 0.78, 0.00, 0.13. Web safe color of #c030dd is #cc33cc. Color #c030dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110000 11011101
Octal 300 60 335
Decimal 192 48 221
Hex C0 30 DD

RGB Percentages of Color #c030dd

%41.65
%10.41
%47.94

CMYK Percentages of Color #c030dd

%13
%78
%0
%13

Triadic Colors of #c030dd

#c030dd #ddc030 #30ddc0

Analogous Colors of #c030dd

#c030dd #dd30a4 #6a30dd

Monochromatic Colors of #c030dd

#c030dd

Complementary Color

#c030dd #4ddd30

#c030dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c030dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c030dd Color CSS Codes

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

#c030dd Text Font Color

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

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


#c030dd Background Color

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

This div background color is #c030dd


#c030dd Border Color

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

This div border color is #c030dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c030dd


Comments

No comments written yet.

Please login to write comment.