Color Hex Logo

#c45dbc Color Hex

#C45DBC
(196,93,188)
0 Favorites   0 Comments

Color spaces of #c45dbc

RGB 19693188
HSL0.850.470.57
HSV305°53°77°
CMYK 0.000.530.04   0.23
XYZ35.756423.195350.1695
Yxy23.19530.32770.2126
Hunter Lab48.161548.2406-28.0489
CIE-Lab55.272953.7347-31.5900

#c45dbc color RGB value is (196,93,188).

#c45dbc hex color red value is 196, green value is 93 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c45dbc hue: 0.85 , saturation: 0.47 and the lightness value of c45dbc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011101 10111100
Octal 304 135 274
Decimal 196 93 188
Hex C4 5D BC

RGB Percentages of Color #c45dbc

%41.09
%19.50
%39.41

CMYK Percentages of Color #c45dbc

%0
%53
%4
%23

Triadic Colors of #c45dbc

#c45dbc #bcc45d #5dbcc4

Analogous Colors of #c45dbc

#c45dbc #c45d89 #995dc4

Monochromatic Colors of #c45dbc

#c45dbc

Complementary Color

#c45dbc #5dc465

#c45dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45dbc Color CSS Codes

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

#c45dbc Text Font Color

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

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


#c45dbc Background Color

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

This div background color is #c45dbc


#c45dbc Border Color

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

This div border color is #c45dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45dbc


Comments

No comments written yet.

Please login to write comment.