Color Hex Logo

#c830cc Color Hex

#C830CC
(200,48,204)
0 Favorites   0 Comments

Color spaces of #c830cc

RGB 20048204
HSL0.830.620.49
HSV298°76°80°
CMYK 0.020.760.00   0.20
XYZ35.775518.752958.8608
Yxy18.75290.31550.1654
Hunter Lab43.304671.6822-50.2753
CIE-Lab50.396874.8166-48.4468

#c830cc color RGB value is (200,48,204).

#c830cc hex color red value is 200, green value is 48 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c830cc hue: 0.83 , saturation: 0.62 and the lightness value of c830cc is 0.49.

The process color (four color CMYK) of #c830cc color hex is 0.02, 0.76, 0.00, 0.20. Web safe color of #c830cc is #cc33cc. Color #c830cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110000 11001100
Octal 310 60 314
Decimal 200 48 204
Hex C8 30 CC

RGB Percentages of Color #c830cc

%44.25
%10.62
%45.13

CMYK Percentages of Color #c830cc

%2
%76
%0
%20

Triadic Colors of #c830cc

#c830cc #ccc830 #30ccc8

Analogous Colors of #c830cc

#c830cc #cc3082 #7a30cc

Monochromatic Colors of #c830cc

#c830cc

Complementary Color

#c830cc #34cc30

#c830cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c830cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c830cc Color CSS Codes

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

#c830cc Text Font Color

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

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


#c830cc Background Color

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

This div background color is #c830cc


#c830cc Border Color

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

This div border color is #c830cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c830cc


Comments

No comments written yet.

Please login to write comment.