Color Hex Logo

#c830ee Color Hex

#C830EE
(200,48,238)
0 Favorites   0 Comments

Color spaces of #c830ee

RGB 20048238
HSL0.800.850.56
HSV288°80°93°
CMYK 0.160.800.00   0.07
XYZ40.309020.566382.7341
Yxy20.56630.28070.1432
Hunter Lab45.350179.2954-76.4202
CIE-Lab52.471580.5208-64.4493

#c830ee color RGB value is (200,48,238).

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

The process color (four color CMYK) of #c830ee color hex is 0.16, 0.80, 0.00, 0.07. Web safe color of #c830ee is #cc33ff. Color #c830ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110000 11101110
Octal 310 60 356
Decimal 200 48 238
Hex C8 30 EE

RGB Percentages of Color #c830ee

%41.15
%9.88
%48.97

CMYK Percentages of Color #c830ee

%16
%80
%0
%7

Triadic Colors of #c830ee

#c830ee #eec830 #30eec8

Analogous Colors of #c830ee

#c830ee #ee30b5 #6930ee

Monochromatic Colors of #c830ee

#c830ee

Complementary Color

#c830ee #56ee30

#c830ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c830ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c830ee Color CSS Codes

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

#c830ee Text Font Color

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

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


#c830ee Background Color

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

This div background color is #c830ee


#c830ee Border Color

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

This div border color is #c830ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c830ee


Comments

No comments written yet.

Please login to write comment.