Color Hex Logo

#c057ee Color Hex

#C057EE
(192,87,238)
0 Favorites   0 Comments

Color spaces of #c057ee

RGB 19287238
HSL0.780.820.64
HSV282°63°93°
CMYK 0.190.630.00   0.07
XYZ40.579024.195983.4204
Yxy24.19590.27380.1633
Hunter Lab49.189361.1732-66.1176
CIE-Lab56.283464.9273-58.3803

#c057ee color RGB value is (192,87,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010111 11101110
Octal 300 127 356
Decimal 192 87 238
Hex C0 57 EE

RGB Percentages of Color #c057ee

%37.14
%16.83
%46.03

CMYK Percentages of Color #c057ee

%19
%63
%0
%7

Triadic Colors of #c057ee

#c057ee #eec057 #57eec0

Analogous Colors of #c057ee

#c057ee #ee57d1 #7557ee

Monochromatic Colors of #c057ee

#c057ee

Complementary Color

#c057ee #85ee57

#c057ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c057ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c057ee Color CSS Codes

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

#c057ee Text Font Color

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

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


#c057ee Background Color

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

This div background color is #c057ee


#c057ee Border Color

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

This div border color is #c057ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c057ee


Comments

No comments written yet.

Please login to write comment.