Color Hex Logo

#c62eeb Color Hex

#C62EEB
(198,46,235)
0 Favorites   0 Comments

Color spaces of #c62eeb

RGB 19846235
HSL0.800.830.55
HSV288°80°92°
CMYK 0.160.800.00   0.08
XYZ39.261119.957980.3802
Yxy19.95790.28120.1430
Hunter Lab44.674378.6913-75.4056
CIE-Lab51.789680.1764-63.8775

#c62eeb color RGB value is (198,46,235).

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

The process color (four color CMYK) of #c62eeb color hex is 0.16, 0.80, 0.00, 0.08. Web safe color of #c62eeb is #cc33ff. Color #c62eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101110 11101011
Octal 306 56 353
Decimal 198 46 235
Hex C6 2E EB

RGB Percentages of Color #c62eeb

%41.34
%9.60
%49.06

CMYK Percentages of Color #c62eeb

%16
%80
%0
%8

Triadic Colors of #c62eeb

#c62eeb #ebc62e #2eebc6

Analogous Colors of #c62eeb

#c62eeb #eb2eb2 #682eeb

Monochromatic Colors of #c62eeb

#c62eeb

Complementary Color

#c62eeb #53eb2e

#c62eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62eeb Color CSS Codes

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

#c62eeb Text Font Color

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

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


#c62eeb Background Color

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

This div background color is #c62eeb


#c62eeb Border Color

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

This div border color is #c62eeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,46,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c62eeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62eeb


Comments

No comments written yet.

Please login to write comment.