Color Hex Logo

#c62eba Color Hex

#C62EBA
(198,46,186)
0 Favorites   0 Comments

Color spaces of #c62eba

RGB 19846186
HSL0.850.620.48
HSV305°77°78°
CMYK 0.000.770.06   0.22
XYZ33.128617.504948.0871
Yxy17.50490.33560.1773
Hunter Lab41.838968.1208-38.8572
CIE-Lab48.890072.1792-40.4275

#c62eba color RGB value is (198,46,186).

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

The process color (four color CMYK) of #c62eba color hex is 0.00, 0.77, 0.06, 0.22. Web safe color of #c62eba is #cc33cc. Color #c62eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101110 10111010
Octal 306 56 272
Decimal 198 46 186
Hex C6 2E BA

RGB Percentages of Color #c62eba

%46.05
%10.70
%43.26

CMYK Percentages of Color #c62eba

%0
%77
%6
%22

Triadic Colors of #c62eba

#c62eba #bac62e #2ebac6

Analogous Colors of #c62eba

#c62eba #c62e6e #862ec6

Monochromatic Colors of #c62eba

#c62eba

Complementary Color

#c62eba #2ec63a

#c62eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62eba Color CSS Codes

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

#c62eba Text Font Color

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

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


#c62eba Background Color

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

This div background color is #c62eba


#c62eba Border Color

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

This div border color is #c62eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62eba


Comments

No comments written yet.

Please login to write comment.