Color Hex Logo

#c25fcb Color Hex

#C25FCB
(194,95,203)
0 Favorites   0 Comments

Color spaces of #c25fcb

RGB 19495203
HSL0.820.510.58
HSV295°53°80°
CMYK 0.040.530.00   0.20
XYZ37.119823.965559.1693
Yxy23.96550.30870.1993
Hunter Lab48.954649.6771-37.3931
CIE-Lab56.053254.9019-38.9785

#c25fcb color RGB value is (194,95,203).

#c25fcb hex color red value is 194, green value is 95 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c25fcb hue: 0.82 , saturation: 0.51 and the lightness value of c25fcb is 0.58.

The process color (four color CMYK) of #c25fcb color hex is 0.04, 0.53, 0.00, 0.20. Web safe color of #c25fcb is #cc66cc. Color #c25fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011111 11001011
Octal 302 137 313
Decimal 194 95 203
Hex C2 5F CB

RGB Percentages of Color #c25fcb

%39.43
%19.31
%41.26

CMYK Percentages of Color #c25fcb

%4
%53
%0
%20

Triadic Colors of #c25fcb

#c25fcb #cbc25f #5fcbc2

Analogous Colors of #c25fcb

#c25fcb #cb5f9e #8c5fcb

Monochromatic Colors of #c25fcb

#c25fcb

Complementary Color

#c25fcb #68cb5f

#c25fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25fcb Color CSS Codes

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

#c25fcb Text Font Color

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

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


#c25fcb Background Color

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

This div background color is #c25fcb


#c25fcb Border Color

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

This div border color is #c25fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25fcb


Comments

No comments written yet.

Please login to write comment.