Color Hex Logo

#c25ec4 Color Hex

#C25EC4
(194,94,196)
0 Favorites   0 Comments

Color spaces of #c25ec4

RGB 19494196
HSL0.830.460.57
HSV299°52°77°
CMYK 0.010.520.00   0.23
XYZ36.214623.460354.8441
Yxy23.46030.31620.2049
Hunter Lab48.435848.6985-33.2292
CIE-Lab55.543354.1044-35.7799

#c25ec4 color RGB value is (194,94,196).

#c25ec4 hex color red value is 194, green value is 94 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #c25ec4 hue: 0.83 , saturation: 0.46 and the lightness value of c25ec4 is 0.57.

The process color (four color CMYK) of #c25ec4 color hex is 0.01, 0.52, 0.00, 0.23. Web safe color of #c25ec4 is #cc66cc. Color #c25ec4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011110 11000100
Octal 302 136 304
Decimal 194 94 196
Hex C2 5E C4

RGB Percentages of Color #c25ec4

%40.08
%19.42
%40.50

CMYK Percentages of Color #c25ec4

%1
%52
%0
%23

Triadic Colors of #c25ec4

#c25ec4 #c4c25e #5ec4c2

Analogous Colors of #c25ec4

#c25ec4 #c45e93 #8f5ec4

Monochromatic Colors of #c25ec4

#c25ec4

Complementary Color

#c25ec4 #60c45e

#c25ec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25ec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25ec4 Color CSS Codes

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

#c25ec4 Text Font Color

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

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


#c25ec4 Background Color

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

This div background color is #c25ec4


#c25ec4 Border Color

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

This div border color is #c25ec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25ec4


Comments

No comments written yet.

Please login to write comment.