Color Hex Logo

#c62eee Color Hex

#C62EEE
(198,46,238)
0 Favorites   0 Comments

Color spaces of #c62eee

RGB 19846238
HSL0.800.850.56
HSV288°81°93°
CMYK 0.170.810.00   0.07
XYZ39.698320.132882.6826
Yxy20.13280.27860.1413
Hunter Lab44.869679.4058-77.8468
CIE-Lab51.987080.7024-65.2467

#c62eee color RGB value is (198,46,238).

#c62eee hex color red value is 198, green value is 46 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c62eee hue: 0.80 , saturation: 0.85 and the lightness value of c62eee is 0.56.

The process color (four color CMYK) of #c62eee color hex is 0.17, 0.81, 0.00, 0.07. Web safe color of #c62eee is #cc33ff. Color #c62eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101110 11101110
Octal 306 56 356
Decimal 198 46 238
Hex C6 2E EE

RGB Percentages of Color #c62eee

%41.08
%9.54
%49.38

CMYK Percentages of Color #c62eee

%17
%81
%0
%7

Triadic Colors of #c62eee

#c62eee #eec62e #2eeec6

Analogous Colors of #c62eee

#c62eee #ee2eb6 #662eee

Monochromatic Colors of #c62eee

#c62eee

Complementary Color

#c62eee #56ee2e

#c62eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62eee Color CSS Codes

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

#c62eee Text Font Color

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

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


#c62eee Background Color

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

This div background color is #c62eee


#c62eee Border Color

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

This div border color is #c62eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62eee


Comments

No comments written yet.

Please login to write comment.