Color Hex Logo

#c045ed Color Hex

#C045ED
(192,69,237)
0 Favorites   0 Comments

Color spaces of #c045ed

RGB 19269237
HSL0.790.820.60
HSV284°71°93°
CMYK 0.190.710.00   0.07
XYZ39.152421.577182.2220
Yxy21.57710.27390.1509
Hunter Lab46.451269.1632-72.4319
CIE-Lab53.575472.1349-62.1687

#c045ed color RGB value is (192,69,237).

#c045ed hex color red value is 192, green value is 69 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c045ed hue: 0.79 , saturation: 0.82 and the lightness value of c045ed is 0.60.

The process color (four color CMYK) of #c045ed color hex is 0.19, 0.71, 0.00, 0.07. Web safe color of #c045ed is #cc33ff. Color #c045ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000101 11101101
Octal 300 105 355
Decimal 192 69 237
Hex C0 45 ED

RGB Percentages of Color #c045ed

%38.55
%13.86
%47.59

CMYK Percentages of Color #c045ed

%19
%71
%0
%7

Triadic Colors of #c045ed

#c045ed #edc045 #45edc0

Analogous Colors of #c045ed

#c045ed #ed45c6 #6c45ed

Monochromatic Colors of #c045ed

#c045ed

Complementary Color

#c045ed #72ed45

#c045ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c045ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c045ed Color CSS Codes

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

#c045ed Text Font Color

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

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


#c045ed Background Color

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

This div background color is #c045ed


#c045ed Border Color

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

This div border color is #c045ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,69,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c045ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c045ed;
  -webkit-box-shadow: 1px 1px 3px 2px #c045ed;
  box-shadow:         1px 1px 3px 2px #c045ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,69,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c045ed


Comments

No comments written yet.

Please login to write comment.