Color Hex Logo

#c928ea Color Hex

#C928EA
(201,40,234)
0 Favorites   0 Comments

Color spaces of #c928ea

RGB 20140234
HSL0.800.820.54
HSV290°83°92°
CMYK 0.140.830.00   0.08
XYZ39.697519.875679.5860
Yxy19.87560.28530.1428
Hunter Lab44.582180.9243-74.6346
CIE-Lab51.696381.9532-63.4411

#c928ea color RGB value is (201,40,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101000 11101010
Octal 311 50 352
Decimal 201 40 234
Hex C9 28 EA

RGB Percentages of Color #c928ea

%42.32
%8.42
%49.26

CMYK Percentages of Color #c928ea

%14
%83
%0
%8

Triadic Colors of #c928ea

#c928ea #eac928 #28eac9

Analogous Colors of #c928ea

#c928ea #ea28aa #6828ea

Monochromatic Colors of #c928ea

#c928ea

Complementary Color

#c928ea #49ea28

#c928ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c928ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c928ea Color CSS Codes

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

#c928ea Text Font Color

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

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


#c928ea Background Color

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

This div background color is #c928ea


#c928ea Border Color

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

This div border color is #c928ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,40,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 #c928ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c928ea


Comments

No comments written yet.

Please login to write comment.