Color Hex Logo

#c830de Color Hex

#C830DE
(200,48,222)
0 Favorites   0 Comments

Color spaces of #c830de

RGB 20048222
HSL0.810.730.53
HSV292°78°87°
CMYK 0.100.780.00   0.13
XYZ38.061219.667270.8973
Yxy19.66720.29590.1529
Hunter Lab44.347775.5882-63.7417
CIE-Lab51.458877.7692-57.0401

#c830de color RGB value is (200,48,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110000 11011110
Octal 310 60 336
Decimal 200 48 222
Hex C8 30 DE

RGB Percentages of Color #c830de

%42.55
%10.21
%47.23

CMYK Percentages of Color #c830de

%10
%78
%0
%13

Triadic Colors of #c830de

#c830de #dec830 #30dec8

Analogous Colors of #c830de

#c830de #de309d #7130de

Monochromatic Colors of #c830de

#c830de

Complementary Color

#c830de #46de30

#c830de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c830de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c830de Color CSS Codes

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

#c830de Text Font Color

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

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


#c830de Background Color

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

This div background color is #c830de


#c830de Border Color

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

This div border color is #c830de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c830de


Comments

No comments written yet.

Please login to write comment.