Color Hex Logo

#c055fa Color Hex

#C055FA
(192,85,250)
0 Favorites   0 Comments

Color spaces of #c055fa

RGB 19285250
HSL0.770.940.66
HSV279°66°98°
CMYK 0.230.660.00   0.02
XYZ42.242024.605692.9654
Yxy24.60560.26430.1540
Hunter Lab49.604065.2007-76.3955
CIE-Lab56.689168.2530-64.4103

#c055fa color RGB value is (192,85,250).

#c055fa hex color red value is 192, green value is 85 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c055fa hue: 0.77 , saturation: 0.94 and the lightness value of c055fa is 0.66.

The process color (four color CMYK) of #c055fa color hex is 0.23, 0.66, 0.00, 0.02. Web safe color of #c055fa is #cc66ff. Color #c055fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010101 11111010
Octal 300 125 372
Decimal 192 85 250
Hex C0 55 FA

RGB Percentages of Color #c055fa

%36.43
%16.13
%47.44

CMYK Percentages of Color #c055fa

%23
%66
%0
%2

Triadic Colors of #c055fa

#c055fa #fac055 #55fac0

Analogous Colors of #c055fa

#c055fa #fa55e2 #6e55fa

Monochromatic Colors of #c055fa

#c055fa

Complementary Color

#c055fa #8ffa55

#c055fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c055fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c055fa Color CSS Codes

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

#c055fa Text Font Color

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

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


#c055fa Background Color

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

This div background color is #c055fa


#c055fa Border Color

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

This div border color is #c055fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,85,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 #c055fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c055fa


Comments

No comments written yet.

Please login to write comment.