Color Hex Logo

#c25ee0 Color Hex

#C25EE0
(194,94,224)
0 Favorites   0 Comments

Color spaces of #c25ee0

RGB 19494224
HSL0.790.680.62
HSV286°58°88°
CMYK 0.130.580.00   0.12
XYZ39.705424.856673.2261
Yxy24.85660.28820.1804
Hunter Lab49.856454.9079-52.1821
CIE-Lab56.935459.3954-49.4753

#c25ee0 color RGB value is (194,94,224).

#c25ee0 hex color red value is 194, green value is 94 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #c25ee0 hue: 0.79 , saturation: 0.68 and the lightness value of c25ee0 is 0.62.

The process color (four color CMYK) of #c25ee0 color hex is 0.13, 0.58, 0.00, 0.12. Web safe color of #c25ee0 is #cc66cc. Color #c25ee0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011110 11100000
Octal 302 136 340
Decimal 194 94 224
Hex C2 5E E0

RGB Percentages of Color #c25ee0

%37.89
%18.36
%43.75

CMYK Percentages of Color #c25ee0

%13
%58
%0
%12

Triadic Colors of #c25ee0

#c25ee0 #e0c25e #5ee0c2

Analogous Colors of #c25ee0

#c25ee0 #e05ebd #815ee0

Monochromatic Colors of #c25ee0

#c25ee0

Complementary Color

#c25ee0 #7ce05e

#c25ee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25ee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25ee0 Color CSS Codes

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

#c25ee0 Text Font Color

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

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


#c25ee0 Background Color

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

This div background color is #c25ee0


#c25ee0 Border Color

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

This div border color is #c25ee0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,94,224, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c25ee0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c25ee0;
  -webkit-box-shadow: 1px 1px 3px 2px #c25ee0;
  box-shadow:         1px 1px 3px 2px #c25ee0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,94,224, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25ee0


Comments

No comments written yet.

Please login to write comment.