Color Hex Logo

#c830eb Color Hex

#C830EB
(200,48,235)
0 Favorites   0 Comments

Color spaces of #c830eb

RGB 20048235
HSL0.800.820.55
HSV289°80°92°
CMYK 0.150.800.00   0.08
XYZ39.871820.391480.4317
Yxy20.39140.28340.1449
Hunter Lab45.156878.5844-73.9954
CIE-Lab52.276979.9968-63.0760

#c830eb color RGB value is (200,48,235).

#c830eb hex color red value is 200, green value is 48 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c830eb hue: 0.80 , saturation: 0.82 and the lightness value of c830eb is 0.55.

The process color (four color CMYK) of #c830eb color hex is 0.15, 0.80, 0.00, 0.08. Web safe color of #c830eb is #cc33ff. Color #c830eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110000 11101011
Octal 310 60 353
Decimal 200 48 235
Hex C8 30 EB

RGB Percentages of Color #c830eb

%41.41
%9.94
%48.65

CMYK Percentages of Color #c830eb

%15
%80
%0
%8

Triadic Colors of #c830eb

#c830eb #ebc830 #30ebc8

Analogous Colors of #c830eb

#c830eb #eb30b1 #6b30eb

Monochromatic Colors of #c830eb

#c830eb

Complementary Color

#c830eb #53eb30

#c830eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c830eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c830eb Color CSS Codes

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

#c830eb Text Font Color

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

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


#c830eb Background Color

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

This div background color is #c830eb


#c830eb Border Color

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

This div border color is #c830eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c830eb


Comments

No comments written yet.

Please login to write comment.