Color Hex Logo

#c25fed Color Hex

#C25FED
(194,95,237)
0 Favorites   0 Comments

Color spaces of #c25fed

RGB 19495237
HSL0.780.800.65
HSV282°60°93°
CMYK 0.180.600.00   0.07
XYZ41.626425.768282.9006
Yxy25.76820.27700.1715
Hunter Lab50.762457.5402-61.2935
CIE-Lab57.816461.5314-55.3564

#c25fed color RGB value is (194,95,237).

#c25fed hex color red value is 194, green value is 95 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c25fed hue: 0.78 , saturation: 0.80 and the lightness value of c25fed is 0.65.

The process color (four color CMYK) of #c25fed color hex is 0.18, 0.60, 0.00, 0.07. Web safe color of #c25fed is #cc66ff. Color #c25fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011111 11101101
Octal 302 137 355
Decimal 194 95 237
Hex C2 5F ED

RGB Percentages of Color #c25fed

%36.88
%18.06
%45.06

CMYK Percentages of Color #c25fed

%18
%60
%0
%7

Triadic Colors of #c25fed

#c25fed #edc25f #5fedc2

Analogous Colors of #c25fed

#c25fed #ed5fd1 #7b5fed

Monochromatic Colors of #c25fed

#c25fed

Complementary Color

#c25fed #8aed5f

#c25fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25fed Color CSS Codes

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

#c25fed Text Font Color

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

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


#c25fed Background Color

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

This div background color is #c25fed


#c25fed Border Color

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

This div border color is #c25fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25fed


Comments

No comments written yet.

Please login to write comment.