Color Hex Logo

#c25bed Color Hex

#C25BED
(194,91,237)
0 Favorites   0 Comments

Color spaces of #c25bed

RGB 19491237
HSL0.780.800.64
HSV282°62°93°
CMYK 0.180.620.00   0.07
XYZ41.275325.065982.7835
Yxy25.06590.27680.1681
Hunter Lab50.065959.5437-62.9894
CIE-Lab57.139663.3781-56.4372

#c25bed color RGB value is (194,91,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011011 11101101
Octal 302 133 355
Decimal 194 91 237
Hex C2 5B ED

RGB Percentages of Color #c25bed

%37.16
%17.43
%45.40

CMYK Percentages of Color #c25bed

%18
%62
%0
%7

Triadic Colors of #c25bed

#c25bed #edc25b #5bedc2

Analogous Colors of #c25bed

#c25bed #ed5bcf #795bed

Monochromatic Colors of #c25bed

#c25bed

Complementary Color

#c25bed #86ed5b

#c25bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25bed Color CSS Codes

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

#c25bed Text Font Color

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

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


#c25bed Background Color

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

This div background color is #c25bed


#c25bed Border Color

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

This div border color is #c25bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25bed


Comments

No comments written yet.

Please login to write comment.