Color Hex Logo

#c62ec5 Color Hex

#C62EC5
(198,46,197)
0 Favorites   0 Comments

Color spaces of #c62ec5

RGB 19846197
HSL0.830.620.48
HSV300°77°78°
CMYK 0.000.770.01   0.22
XYZ34.343717.991054.4858
Yxy17.99100.32150.1684
Hunter Lab42.415870.3022-46.4707
CIE-Lab49.485273.8643-45.8777

#c62ec5 color RGB value is (198,46,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101110 11000101
Octal 306 56 305
Decimal 198 46 197
Hex C6 2E C5

RGB Percentages of Color #c62ec5

%44.90
%10.43
%44.67

CMYK Percentages of Color #c62ec5

%0
%77
%1
%22

Triadic Colors of #c62ec5

#c62ec5 #c5c62e #2ec5c6

Analogous Colors of #c62ec5

#c62ec5 #c62e79 #7b2ec6

Monochromatic Colors of #c62ec5

#c62ec5

Complementary Color

#c62ec5 #2ec62f

#c62ec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62ec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62ec5 Color CSS Codes

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

#c62ec5 Text Font Color

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

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


#c62ec5 Background Color

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

This div background color is #c62ec5


#c62ec5 Border Color

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

This div border color is #c62ec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62ec5


Comments

No comments written yet.

Please login to write comment.