Color Hex Logo

#c054ee Color Hex

#C054EE
(192,84,238)
0 Favorites   0 Comments

Color spaces of #c054ee

RGB 19284238
HSL0.780.820.63
HSV282°65°93°
CMYK 0.190.650.00   0.07
XYZ40.341223.720283.3412
Yxy23.72020.27370.1609
Hunter Lab48.703462.6213-67.3646
CIE-Lab55.806666.2457-59.1445

#c054ee color RGB value is (192,84,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010100 11101110
Octal 300 124 356
Decimal 192 84 238
Hex C0 54 EE

RGB Percentages of Color #c054ee

%37.35
%16.34
%46.30

CMYK Percentages of Color #c054ee

%19
%65
%0
%7

Triadic Colors of #c054ee

#c054ee #eec054 #54eec0

Analogous Colors of #c054ee

#c054ee #ee54cf #7354ee

Monochromatic Colors of #c054ee

#c054ee

Complementary Color

#c054ee #82ee54

#c054ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c054ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c054ee Color CSS Codes

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

#c054ee Text Font Color

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

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


#c054ee Background Color

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

This div background color is #c054ee


#c054ee Border Color

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

This div border color is #c054ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c054ee


Comments

No comments written yet.

Please login to write comment.