Color Hex Logo

#c25dbc Color Hex

#C25DBC
(194,93,188)
0 Favorites   0 Comments

Color spaces of #c25dbc

RGB 19493188
HSL0.840.450.56
HSV304°52°76°
CMYK 0.000.520.03   0.24
XYZ35.239622.928950.1453
Yxy22.92890.32530.2117
Hunter Lab47.884147.5671-28.5709
CIE-Lab54.999053.1679-32.0375

#c25dbc color RGB value is (194,93,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011101 10111100
Octal 302 135 274
Decimal 194 93 188
Hex C2 5D BC

RGB Percentages of Color #c25dbc

%40.84
%19.58
%39.58

CMYK Percentages of Color #c25dbc

%0
%52
%3
%24

Triadic Colors of #c25dbc

#c25dbc #bcc25d #5dbcc2

Analogous Colors of #c25dbc

#c25dbc #c25d8a #965dc2

Monochromatic Colors of #c25dbc

#c25dbc

Complementary Color

#c25dbc #5dc263

#c25dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25dbc Color CSS Codes

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

#c25dbc Text Font Color

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

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


#c25dbc Background Color

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

This div background color is #c25dbc


#c25dbc Border Color

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

This div border color is #c25dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25dbc


Comments

No comments written yet.

Please login to write comment.