Color Hex Logo

#c725eb Color Hex

#C725EB
(199,37,235)
0 Favorites   0 Comments

Color spaces of #c725eb

RGB 19937235
HSL0.800.830.53
HSV289°84°92°
CMYK 0.150.840.00   0.08
XYZ39.210219.463480.2875
Yxy19.46340.28220.1401
Hunter Lab44.117381.4402-77.0175
CIE-Lab51.225082.4489-64.7814

#c725eb color RGB value is (199,37,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100101 11101011
Octal 307 45 353
Decimal 199 37 235
Hex C7 25 EB

RGB Percentages of Color #c725eb

%42.25
%7.86
%49.89

CMYK Percentages of Color #c725eb

%15
%84
%0
%8

Triadic Colors of #c725eb

#c725eb #ebc725 #25ebc7

Analogous Colors of #c725eb

#c725eb #eb25ac #6425eb

Monochromatic Colors of #c725eb

#c725eb

Complementary Color

#c725eb #49eb25

#c725eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c725eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c725eb Color CSS Codes

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

#c725eb Text Font Color

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

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


#c725eb Background Color

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

This div background color is #c725eb


#c725eb Border Color

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

This div border color is #c725eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c725eb


Comments

No comments written yet.

Please login to write comment.