Color Hex Logo

#c25cba Color Hex

#C25CBA
(194,92,186)
0 Favorites   0 Comments

Color spaces of #c25cba

RGB 19492186
HSL0.850.460.56
HSV305°53°76°
CMYK 0.000.530.04   0.24
XYZ34.938222.668848.9884
Yxy22.66880.32780.2127
Hunter Lab47.611847.6653-27.6761
CIE-Lab54.729553.3025-31.3051

#c25cba color RGB value is (194,92,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011100 10111010
Octal 302 134 272
Decimal 194 92 186
Hex C2 5C BA

RGB Percentages of Color #c25cba

%41.10
%19.49
%39.41

CMYK Percentages of Color #c25cba

%0
%53
%4
%24

Triadic Colors of #c25cba

#c25cba #bac25c #5cbac2

Analogous Colors of #c25cba

#c25cba #c25c87 #975cc2

Monochromatic Colors of #c25cba

#c25cba

Complementary Color

#c25cba #5cc264

#c25cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25cba Color CSS Codes

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

#c25cba Text Font Color

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

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


#c25cba Background Color

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

This div background color is #c25cba


#c25cba Border Color

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

This div border color is #c25cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25cba


Comments

No comments written yet.

Please login to write comment.