Color Hex Logo

#c25bbd Color Hex

#C25BBD
(194,91,189)
0 Favorites   0 Comments

Color spaces of #c25bbd

RGB 19491189
HSL0.840.460.56
HSV303°53°76°
CMYK 0.000.530.03   0.24
XYZ35.174522.625650.6574
Yxy22.62560.32430.2086
Hunter Lab47.566448.7565-29.8464
CIE-Lab54.684654.3020-33.1036

#c25bbd color RGB value is (194,91,189).

#c25bbd hex color red value is 194, green value is 91 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c25bbd hue: 0.84 , saturation: 0.46 and the lightness value of c25bbd is 0.56.

The process color (four color CMYK) of #c25bbd color hex is 0.00, 0.53, 0.03, 0.24. Web safe color of #c25bbd is #cc66cc. Color #c25bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011011 10111101
Octal 302 133 275
Decimal 194 91 189
Hex C2 5B BD

RGB Percentages of Color #c25bbd

%40.93
%19.20
%39.87

CMYK Percentages of Color #c25bbd

%0
%53
%3
%24

Triadic Colors of #c25bbd

#c25bbd #bdc25b #5bbdc2

Analogous Colors of #c25bbd

#c25bbd #c25b8a #945bc2

Monochromatic Colors of #c25bbd

#c25bbd

Complementary Color

#c25bbd #5bc260

#c25bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25bbd Color CSS Codes

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

#c25bbd Text Font Color

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

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


#c25bbd Background Color

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

This div background color is #c25bbd


#c25bbd Border Color

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

This div border color is #c25bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25bbd


Comments

No comments written yet.

Please login to write comment.