Color Hex Logo

#c928ec Color Hex

#C928EC
(201,40,236)
0 Favorites   0 Comments

Color spaces of #c928ec

RGB 20140236
HSL0.800.840.54
HSV289°83°93°
CMYK 0.150.830.00   0.07
XYZ39.986519.991281.1080
Yxy19.99120.28340.1417
Hunter Lab44.711581.3913-76.2557
CIE-Lab51.827382.2934-64.3565

#c928ec color RGB value is (201,40,236).

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

The process color (four color CMYK) of #c928ec color hex is 0.15, 0.83, 0.00, 0.07. Web safe color of #c928ec is #cc33ff. Color #c928ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101000 11101100
Octal 311 50 354
Decimal 201 40 236
Hex C9 28 EC

RGB Percentages of Color #c928ec

%42.14
%8.39
%49.48

CMYK Percentages of Color #c928ec

%15
%83
%0
%7

Triadic Colors of #c928ec

#c928ec #ecc928 #28ecc9

Analogous Colors of #c928ec

#c928ec #ec28ad #6728ec

Monochromatic Colors of #c928ec

#c928ec

Complementary Color

#c928ec #4bec28

#c928ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c928ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c928ec Color CSS Codes

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

#c928ec Text Font Color

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

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


#c928ec Background Color

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

This div background color is #c928ec


#c928ec Border Color

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

This div border color is #c928ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c928ec


Comments

No comments written yet.

Please login to write comment.