Color Hex Logo

#c25ebb Color Hex

#C25EBB
(194,94,187)
0 Favorites   0 Comments

Color spaces of #c25ebb

RGB 19494187
HSL0.850.450.56
HSV304°52°76°
CMYK 0.000.520.04   0.24
XYZ35.220523.062649.6089
Yxy23.06260.32640.2138
Hunter Lab48.023546.8709-27.6308
CIE-Lab55.136852.5094-31.2473

#c25ebb color RGB value is (194,94,187).

#c25ebb hex color red value is 194, green value is 94 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c25ebb hue: 0.85 , saturation: 0.45 and the lightness value of c25ebb is 0.56.

The process color (four color CMYK) of #c25ebb color hex is 0.00, 0.52, 0.04, 0.24. Web safe color of #c25ebb is #cc66cc. Color #c25ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011110 10111011
Octal 302 136 273
Decimal 194 94 187
Hex C2 5E BB

RGB Percentages of Color #c25ebb

%40.84
%19.79
%39.37

CMYK Percentages of Color #c25ebb

%0
%52
%4
%24

Triadic Colors of #c25ebb

#c25ebb #bbc25e #5ebbc2

Analogous Colors of #c25ebb

#c25ebb #c25e89 #975ec2

Monochromatic Colors of #c25ebb

#c25ebb

Complementary Color

#c25ebb #5ec265

#c25ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25ebb Color CSS Codes

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

#c25ebb Text Font Color

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

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


#c25ebb Background Color

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

This div background color is #c25ebb


#c25ebb Border Color

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

This div border color is #c25ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25ebb


Comments

No comments written yet.

Please login to write comment.