Color Hex Logo

#c25bcc Color Hex

#C25BCC
(194,91,204)
0 Favorites   0 Comments

Color spaces of #c25bcc

RGB 19491204
HSL0.820.530.58
HSV295°55°80°
CMYK 0.050.550.00   0.20
XYZ36.888323.311159.6820
Yxy23.31110.30770.1945
Hunter Lab48.281651.8856-39.4927
CIE-Lab55.391356.9935-40.5898

#c25bcc color RGB value is (194,91,204).

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

The process color (four color CMYK) of #c25bcc color hex is 0.05, 0.55, 0.00, 0.20. Web safe color of #c25bcc is #cc66cc. Color #c25bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011011 11001100
Octal 302 133 314
Decimal 194 91 204
Hex C2 5B CC

RGB Percentages of Color #c25bcc

%39.67
%18.61
%41.72

CMYK Percentages of Color #c25bcc

%5
%55
%0
%20

Triadic Colors of #c25bcc

#c25bcc #ccc25b #5bccc2

Analogous Colors of #c25bcc

#c25bcc #cc5b9e #8a5bcc

Monochromatic Colors of #c25bcc

#c25bcc

Complementary Color

#c25bcc #65cc5b

#c25bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25bcc Color CSS Codes

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

#c25bcc Text Font Color

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

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


#c25bcc Background Color

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

This div background color is #c25bcc


#c25bcc Border Color

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

This div border color is #c25bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25bcc


Comments

No comments written yet.

Please login to write comment.