Color Hex Logo

#c25bde Color Hex

#C25BDE
(194,91,222)
0 Favorites   0 Comments

Color spaces of #c25bde

RGB 19491222
HSL0.800.660.61
HSV287°59°87°
CMYK 0.130.590.00   0.13
XYZ39.174024.225471.7185
Yxy24.22540.28990.1793
Hunter Lab49.219355.9357-51.9392
CIE-Lab56.312860.4043-49.3380

#c25bde color RGB value is (194,91,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011011 11011110
Octal 302 133 336
Decimal 194 91 222
Hex C2 5B DE

RGB Percentages of Color #c25bde

%38.26
%17.95
%43.79

CMYK Percentages of Color #c25bde

%13
%59
%0
%13

Triadic Colors of #c25bde

#c25bde #dec25b #5bdec2

Analogous Colors of #c25bde

#c25bde #de5bb9 #815bde

Monochromatic Colors of #c25bde

#c25bde

Complementary Color

#c25bde #77de5b

#c25bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25bde Color CSS Codes

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

#c25bde Text Font Color

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

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


#c25bde Background Color

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

This div background color is #c25bde


#c25bde Border Color

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

This div border color is #c25bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25bde


Comments

No comments written yet.

Please login to write comment.