Color Hex Logo

#c026fc Color Hex

#C026FC
(192,38,252)
0 Favorites   0 Comments

Color spaces of #c026fc

RGB 19238252
HSL0.790.970.57
HSV283°85°99°
CMYK 0.240.850.00   0.01
XYZ40.002019.621093.7743
Yxy19.62100.26080.1279
Hunter Lab44.295683.6806-94.5107
CIE-Lab51.406084.1577-74.0678

#c026fc color RGB value is (192,38,252).

#c026fc hex color red value is 192, green value is 38 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c026fc hue: 0.79 , saturation: 0.97 and the lightness value of c026fc is 0.57.

The process color (four color CMYK) of #c026fc color hex is 0.24, 0.85, 0.00, 0.01. Web safe color of #c026fc is #cc33ff. Color #c026fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100110 11111100
Octal 300 46 374
Decimal 192 38 252
Hex C0 26 FC

RGB Percentages of Color #c026fc

%39.83
%7.88
%52.28

CMYK Percentages of Color #c026fc

%24
%85
%0
%1

Triadic Colors of #c026fc

#c026fc #fcc026 #26fcc0

Analogous Colors of #c026fc

#c026fc #fc26cd #5526fc

Monochromatic Colors of #c026fc

#c026fc

Complementary Color

#c026fc #62fc26

#c026fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c026fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c026fc Color CSS Codes

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

#c026fc Text Font Color

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

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


#c026fc Background Color

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

This div background color is #c026fc


#c026fc Border Color

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

This div border color is #c026fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c026fc

Related Colors


Comments

No comments written yet.

Please login to write comment.