Color Hex Logo

#c055db Color Hex

#C055DB
(192,85,219)
0 Favorites   0 Comments

Color spaces of #c055db

RGB 19285219
HSL0.800.650.60
HSV288°61°86°
CMYK 0.120.610.00   0.14
XYZ37.772922.817969.4313
Yxy22.81790.29050.1755
Hunter Lab47.768157.5558-52.7408
CIE-Lab54.884362.0715-49.9310

#c055db color RGB value is (192,85,219).

#c055db hex color red value is 192, green value is 85 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c055db hue: 0.80 , saturation: 0.65 and the lightness value of c055db is 0.60.

The process color (four color CMYK) of #c055db color hex is 0.12, 0.61, 0.00, 0.14. Web safe color of #c055db is #cc66cc. Color #c055db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010101 11011011
Octal 300 125 333
Decimal 192 85 219
Hex C0 55 DB

RGB Percentages of Color #c055db

%38.71
%17.14
%44.15

CMYK Percentages of Color #c055db

%12
%61
%0
%14

Triadic Colors of #c055db

#c055db #dbc055 #55dbc0

Analogous Colors of #c055db

#c055db #db55b3 #7d55db

Monochromatic Colors of #c055db

#c055db

Complementary Color

#c055db #70db55

#c055db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c055db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c055db Color CSS Codes

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

#c055db Text Font Color

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

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


#c055db Background Color

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

This div background color is #c055db


#c055db Border Color

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

This div border color is #c055db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c055db


Comments

No comments written yet.

Please login to write comment.