Color Hex Logo

#c25abd Color Hex

#C25ABD
(194,90,189)
0 Favorites   0 Comments

Color spaces of #c25abd

RGB 19490189
HSL0.840.460.56
HSV303°54°76°
CMYK 0.000.540.03   0.24
XYZ35.089622.455850.6291
Yxy22.45580.32440.2076
Hunter Lab47.387649.2477-30.1745
CIE-Lab54.507354.7770-33.3804

#c25abd color RGB value is (194,90,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011010 10111101
Octal 302 132 275
Decimal 194 90 189
Hex C2 5A BD

RGB Percentages of Color #c25abd

%41.01
%19.03
%39.96

CMYK Percentages of Color #c25abd

%0
%54
%3
%24

Triadic Colors of #c25abd

#c25abd #bdc25a #5abdc2

Analogous Colors of #c25abd

#c25abd #c25a89 #935ac2

Monochromatic Colors of #c25abd

#c25abd

Complementary Color

#c25abd #5ac25f

#c25abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25abd Color CSS Codes

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

#c25abd Text Font Color

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

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


#c25abd Background Color

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

This div background color is #c25abd


#c25abd Border Color

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

This div border color is #c25abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25abd


Comments

No comments written yet.

Please login to write comment.