Color Hex Logo

#c073ee Color Hex

#C073EE
(192,115,238)
0 Favorites   0 Comments

Color spaces of #c073ee

RGB 192115238
HSL0.770.780.69
HSV278°52°93°
CMYK 0.190.520.00   0.07
XYZ43.301629.641084.3280
Yxy29.64100.27530.1885
Hunter Lab54.443546.6935-53.7242
CIE-Lab61.343251.3562-50.3178

#c073ee color RGB value is (192,115,238).

#c073ee hex color red value is 192, green value is 115 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c073ee hue: 0.77 , saturation: 0.78 and the lightness value of c073ee is 0.69.

The process color (four color CMYK) of #c073ee color hex is 0.19, 0.52, 0.00, 0.07. Web safe color of #c073ee is #cc66ff. Color #c073ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110011 11101110
Octal 300 163 356
Decimal 192 115 238
Hex C0 73 EE

RGB Percentages of Color #c073ee

%35.23
%21.10
%43.67

CMYK Percentages of Color #c073ee

%19
%52
%0
%7

Triadic Colors of #c073ee

#c073ee #eec073 #73eec0

Analogous Colors of #c073ee

#c073ee #ee73df #8373ee

Monochromatic Colors of #c073ee

#c073ee

Complementary Color

#c073ee #a1ee73

#c073ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c073ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c073ee Color CSS Codes

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

#c073ee Text Font Color

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

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


#c073ee Background Color

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

This div background color is #c073ee


#c073ee Border Color

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

This div border color is #c073ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c073ee


Comments

No comments written yet.

Please login to write comment.