Color Hex Logo

#c055ff Color Hex

#C055FF
(192,85,255)
0 Favorites   0 Comments

Color spaces of #c055ff

RGB 19285255
HSL0.771.000.67
HSV278°67°100°
CMYK 0.250.670.00   0.00
XYZ43.036724.923597.1502
Yxy24.92350.26070.1510
Hunter Lab49.923466.5106-80.4310
CIE-Lab57.000869.2874-66.6781

#c055ff color RGB value is (192,85,255).

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

The process color (four color CMYK) of #c055ff color hex is 0.25, 0.67, 0.00, 0.00. Web safe color of #c055ff is #cc66ff. Color #c055ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010101 11111111
Octal 300 125 377
Decimal 192 85 255
Hex C0 55 FF

RGB Percentages of Color #c055ff

%36.09
%15.98
%47.93

CMYK Percentages of Color #c055ff

%25
%67
%0
%0

Triadic Colors of #c055ff

#c055ff #ffc055 #55ffc0

Analogous Colors of #c055ff

#c055ff #ff55e9 #6b55ff

Monochromatic Colors of #c055ff

#c055ff

Complementary Color

#c055ff #94ff55

#c055ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c055ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c055ff Color CSS Codes

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

#c055ff Text Font Color

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

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


#c055ff Background Color

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

This div background color is #c055ff


#c055ff Border Color

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

This div border color is #c055ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c055ff

#c055ff Color Palettes


Comments

No comments written yet.

Please login to write comment.