Color Hex Logo

#c830dd Color Hex

#C830DD
(200,48,221)
0 Favorites   0 Comments

Color spaces of #c830dd

RGB 20048221
HSL0.810.720.53
HSV293°78°87°
CMYK 0.100.780.00   0.13
XYZ37.927519.613770.1934
Yxy19.61370.29690.1536
Hunter Lab44.287475.3637-62.9707
CIE-Lab51.397677.6011-56.5700

#c830dd color RGB value is (200,48,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110000 11011101
Octal 310 60 335
Decimal 200 48 221
Hex C8 30 DD

RGB Percentages of Color #c830dd

%42.64
%10.23
%47.12

CMYK Percentages of Color #c830dd

%10
%78
%0
%13

Triadic Colors of #c830dd

#c830dd #ddc830 #30ddc8

Analogous Colors of #c830dd

#c830dd #dd309c #7230dd

Monochromatic Colors of #c830dd

#c830dd

Complementary Color

#c830dd #45dd30

#c830dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c830dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c830dd Color CSS Codes

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

#c830dd Text Font Color

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

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


#c830dd Background Color

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

This div background color is #c830dd


#c830dd Border Color

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

This div border color is #c830dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c830dd


Comments

No comments written yet.

Please login to write comment.