Color Hex Logo

#c45cec Color Hex

#C45CEC
(196,92,236)
0 Favorites   0 Comments

Color spaces of #c45cec

RGB 19692236
HSL0.790.790.64
HSV283°61°93°
CMYK 0.170.610.00   0.07
XYZ41.732425.446282.0689
Yxy25.44620.27960.1705
Hunter Lab50.444259.3953-61.1493
CIE-Lab57.507663.1843-55.2759

#c45cec color RGB value is (196,92,236).

#c45cec hex color red value is 196, green value is 92 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c45cec hue: 0.79 , saturation: 0.79 and the lightness value of c45cec is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011100 11101100
Octal 304 134 354
Decimal 196 92 236
Hex C4 5C EC

RGB Percentages of Color #c45cec

%37.40
%17.56
%45.04

CMYK Percentages of Color #c45cec

%17
%61
%0
%7

Triadic Colors of #c45cec

#c45cec #ecc45c #5cecc4

Analogous Colors of #c45cec

#c45cec #ec5ccc #7c5cec

Monochromatic Colors of #c45cec

#c45cec

Complementary Color

#c45cec #84ec5c

#c45cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45cec Color CSS Codes

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

#c45cec Text Font Color

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

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


#c45cec Background Color

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

This div background color is #c45cec


#c45cec Border Color

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

This div border color is #c45cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45cec


Comments

No comments written yet.

Please login to write comment.