Color Hex Logo

#c626fa Color Hex

#C626FA
(198,38,250)
0 Favorites   0 Comments

Color spaces of #c626fa

RGB 19838250
HSL0.790.950.56
HSV285°85°98°
CMYK 0.210.850.00   0.02
XYZ41.237120.294192.1862
Yxy20.29410.26830.1320
Hunter Lab45.049084.5603-89.7941
CIE-Lab52.168184.6900-71.6735

#c626fa color RGB value is (198,38,250).

#c626fa hex color red value is 198, green value is 38 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c626fa hue: 0.79 , saturation: 0.95 and the lightness value of c626fa is 0.56.

The process color (four color CMYK) of #c626fa color hex is 0.21, 0.85, 0.00, 0.02. Web safe color of #c626fa is #cc33ff. Color #c626fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100110 11111010
Octal 306 46 372
Decimal 198 38 250
Hex C6 26 FA

RGB Percentages of Color #c626fa

%40.74
%7.82
%51.44

CMYK Percentages of Color #c626fa

%21
%85
%0
%2

Triadic Colors of #c626fa

#c626fa #fac626 #26fac6

Analogous Colors of #c626fa

#c626fa #fa26c4 #5c26fa

Monochromatic Colors of #c626fa

#c626fa

Complementary Color

#c626fa #5afa26

#c626fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c626fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c626fa Color CSS Codes

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

#c626fa Text Font Color

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

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


#c626fa Background Color

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

This div background color is #c626fa


#c626fa Border Color

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

This div border color is #c626fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c626fa


Comments

No comments written yet.

Please login to write comment.