Color Hex Logo

#c62fbe Color Hex

#C62FBE
(198,47,190)
0 Favorites   0 Comments

Color spaces of #c62fbe

RGB 19847190
HSL0.840.620.48
HSV303°76°78°
CMYK 0.000.760.04   0.22
XYZ33.599517.756550.3717
Yxy17.75650.33030.1745
Hunter Lab42.138568.5863-41.3775
CIE-Lab49.199472.5049-42.2689

#c62fbe color RGB value is (198,47,190).

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

The process color (four color CMYK) of #c62fbe color hex is 0.00, 0.76, 0.04, 0.22. Web safe color of #c62fbe is #cc33cc. Color #c62fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101111 10111110
Octal 306 57 276
Decimal 198 47 190
Hex C6 2F BE

RGB Percentages of Color #c62fbe

%45.52
%10.80
%43.68

CMYK Percentages of Color #c62fbe

%0
%76
%4
%22

Triadic Colors of #c62fbe

#c62fbe #bec62f #2fbec6

Analogous Colors of #c62fbe

#c62fbe #c62f73 #832fc6

Monochromatic Colors of #c62fbe

#c62fbe

Complementary Color

#c62fbe #2fc637

#c62fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62fbe Color CSS Codes

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

#c62fbe Text Font Color

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

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


#c62fbe Background Color

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

This div background color is #c62fbe


#c62fbe Border Color

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

This div border color is #c62fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62fbe


Comments

No comments written yet.

Please login to write comment.