Color Hex Logo

#c728eb Color Hex

#C728EB
(199,40,235)
0 Favorites   0 Comments

Color spaces of #c728eb

RGB 19940235
HSL0.800.830.54
HSV289°83°92°
CMYK 0.150.830.00   0.08
XYZ39.307419.657980.3199
Yxy19.65790.28220.1411
Hunter Lab44.337280.6599-76.3718
CIE-Lab51.448281.7942-64.4209

#c728eb color RGB value is (199,40,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101000 11101011
Octal 307 50 353
Decimal 199 40 235
Hex C7 28 EB

RGB Percentages of Color #c728eb

%41.98
%8.44
%49.58

CMYK Percentages of Color #c728eb

%15
%83
%0
%8

Triadic Colors of #c728eb

#c728eb #ebc728 #28ebc7

Analogous Colors of #c728eb

#c728eb #eb28ae #6628eb

Monochromatic Colors of #c728eb

#c728eb

Complementary Color

#c728eb #4ceb28

#c728eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c728eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c728eb Color CSS Codes

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

#c728eb Text Font Color

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

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


#c728eb Background Color

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

This div background color is #c728eb


#c728eb Border Color

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

This div border color is #c728eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c728eb


Comments

No comments written yet.

Please login to write comment.