Color Hex Logo

#c045ee Color Hex

#C045EE
(192,69,238)
0 Favorites   0 Comments

Color spaces of #c045ee

RGB 19269238
HSL0.790.830.60
HSV284°71°93°
CMYK 0.190.710.00   0.07
XYZ39.299021.635882.9938
Yxy21.63580.27300.1503
Hunter Lab46.514369.4111-73.2290
CIE-Lab53.638472.3270-62.6281

#c045ee color RGB value is (192,69,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000101 11101110
Octal 300 105 356
Decimal 192 69 238
Hex C0 45 EE

RGB Percentages of Color #c045ee

%38.48
%13.83
%47.70

CMYK Percentages of Color #c045ee

%19
%71
%0
%7

Triadic Colors of #c045ee

#c045ee #eec045 #45eec0

Analogous Colors of #c045ee

#c045ee #ee45c8 #6c45ee

Monochromatic Colors of #c045ee

#c045ee

Complementary Color

#c045ee #73ee45

#c045ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c045ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c045ee Color CSS Codes

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

#c045ee Text Font Color

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

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


#c045ee Background Color

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

This div background color is #c045ee


#c045ee Border Color

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

This div border color is #c045ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c045ee


Comments

No comments written yet.

Please login to write comment.