Color Hex Logo

#c62bea Color Hex

#C62BEA
(198,43,234)
0 Favorites   0 Comments

Color spaces of #c62bea

RGB 19843234
HSL0.800.820.54
HSV289°82°92°
CMYK 0.150.820.00   0.08
XYZ39.003919.674079.5836
Yxy19.67400.28210.1423
Hunter Lab44.355479.3420-75.3309
CIE-Lab51.466680.7536-63.8353

#c62bea color RGB value is (198,43,234).

#c62bea hex color red value is 198, green value is 43 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c62bea hue: 0.80 , saturation: 0.82 and the lightness value of c62bea is 0.54.

The process color (four color CMYK) of #c62bea color hex is 0.15, 0.82, 0.00, 0.08. Web safe color of #c62bea is #cc33ff. Color #c62bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101011 11101010
Octal 306 53 352
Decimal 198 43 234
Hex C6 2B EA

RGB Percentages of Color #c62bea

%41.68
%9.05
%49.26

CMYK Percentages of Color #c62bea

%15
%82
%0
%8

Triadic Colors of #c62bea

#c62bea #eac62b #2beac6

Analogous Colors of #c62bea

#c62bea #ea2baf #672bea

Monochromatic Colors of #c62bea

#c62bea

Complementary Color

#c62bea #4fea2b

#c62bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62bea Color CSS Codes

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

#c62bea Text Font Color

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

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


#c62bea Background Color

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

This div background color is #c62bea


#c62bea Border Color

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

This div border color is #c62bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62bea


Comments

No comments written yet.

Please login to write comment.