Color Hex Logo

#c930ea Color Hex

#C930EA
(201,48,234)
0 Favorites   0 Comments

Color spaces of #c930ea

RGB 20148234
HSL0.800.820.55
HSV289°79°92°
CMYK 0.140.790.00   0.08
XYZ39.995620.471979.6854
Yxy20.47190.28540.1461
Hunter Lab45.245978.6068-72.7473
CIE-Lab52.366679.9970-62.3603

#c930ea color RGB value is (201,48,234).

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

The process color (four color CMYK) of #c930ea color hex is 0.14, 0.79, 0.00, 0.08. Web safe color of #c930ea is #cc33ff. Color #c930ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110000 11101010
Octal 311 60 352
Decimal 201 48 234
Hex C9 30 EA

RGB Percentages of Color #c930ea

%41.61
%9.94
%48.45

CMYK Percentages of Color #c930ea

%14
%79
%0
%8

Triadic Colors of #c930ea

#c930ea #eac930 #30eac9

Analogous Colors of #c930ea

#c930ea #ea30ae #6c30ea

Monochromatic Colors of #c930ea

#c930ea

Complementary Color

#c930ea #51ea30

#c930ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c930ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c930ea Color CSS Codes

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

#c930ea Text Font Color

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

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


#c930ea Background Color

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

This div background color is #c930ea


#c930ea Border Color

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

This div border color is #c930ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c930ea


Comments

No comments written yet.

Please login to write comment.