Color Hex Logo

#c45dee Color Hex

#C45DEE
(196,93,238)
0 Favorites   0 Comments

Color spaces of #c45dee

RGB 19693238
HSL0.790.810.65
HSV283°61°93°
CMYK 0.180.610.00   0.07
XYZ42.111925.737583.6372
Yxy25.73750.27800.1699
Hunter Lab50.732159.3886-62.2332
CIE-Lab57.787063.1283-55.9462

#c45dee color RGB value is (196,93,238).

#c45dee hex color red value is 196, green value is 93 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c45dee hue: 0.79 , saturation: 0.81 and the lightness value of c45dee is 0.65.

The process color (four color CMYK) of #c45dee color hex is 0.18, 0.61, 0.00, 0.07. Web safe color of #c45dee is #cc66ff. Color #c45dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011101 11101110
Octal 304 135 356
Decimal 196 93 238
Hex C4 5D EE

RGB Percentages of Color #c45dee

%37.19
%17.65
%45.16

CMYK Percentages of Color #c45dee

%18
%61
%0
%7

Triadic Colors of #c45dee

#c45dee #eec45d #5deec4

Analogous Colors of #c45dee

#c45dee #ee5dd0 #7c5dee

Monochromatic Colors of #c45dee

#c45dee

Complementary Color

#c45dee #87ee5d

#c45dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45dee Color CSS Codes

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

#c45dee Text Font Color

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

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


#c45dee Background Color

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

This div background color is #c45dee


#c45dee Border Color

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

This div border color is #c45dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45dee


Comments

No comments written yet.

Please login to write comment.