Color Hex Logo

#c25bea Color Hex

#C25BEA
(194,91,234)
0 Favorites   0 Comments

Color spaces of #c25bea

RGB 19491234
HSL0.790.770.64
HSV283°61°92°
CMYK 0.170.610.00   0.08
XYZ40.840524.892080.4940
Yxy24.89200.27930.1702
Hunter Lab49.891958.8057-60.7323
CIE-Lab56.970062.7746-55.0310

#c25bea color RGB value is (194,91,234).

#c25bea hex color red value is 194, green value is 91 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c25bea hue: 0.79 , saturation: 0.77 and the lightness value of c25bea is 0.64.

The process color (four color CMYK) of #c25bea color hex is 0.17, 0.61, 0.00, 0.08. Web safe color of #c25bea is #cc66ff. Color #c25bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011011 11101010
Octal 302 133 352
Decimal 194 91 234
Hex C2 5B EA

RGB Percentages of Color #c25bea

%37.38
%17.53
%45.09

CMYK Percentages of Color #c25bea

%17
%61
%0
%8

Triadic Colors of #c25bea

#c25bea #eac25b #5beac2

Analogous Colors of #c25bea

#c25bea #ea5bcb #7b5bea

Monochromatic Colors of #c25bea

#c25bea

Complementary Color

#c25bea #83ea5b

#c25bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25bea Color CSS Codes

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

#c25bea Text Font Color

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

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


#c25bea Background Color

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

This div background color is #c25bea


#c25bea Border Color

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

This div border color is #c25bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25bea


Comments

No comments written yet.

Please login to write comment.