Color Hex Logo

#c155dd Color Hex

#C155DD
(193,85,221)
0 Favorites   0 Comments

Color spaces of #c155dd

RGB 19385221
HSL0.800.670.60
HSV288°62°87°
CMYK 0.130.620.00   0.13
XYZ38.292023.054970.8384
Yxy23.05490.28970.1744
Hunter Lab48.015558.3252-53.8610
CIE-Lab55.128862.6936-50.6645

#c155dd color RGB value is (193,85,221).

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

The process color (four color CMYK) of #c155dd color hex is 0.13, 0.62, 0.00, 0.13. Web safe color of #c155dd is #cc66cc. Color #c155dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010101 11011101
Octal 301 125 335
Decimal 193 85 221
Hex C1 55 DD

RGB Percentages of Color #c155dd

%38.68
%17.03
%44.29

CMYK Percentages of Color #c155dd

%13
%62
%0
%13

Triadic Colors of #c155dd

#c155dd #ddc155 #55ddc1

Analogous Colors of #c155dd

#c155dd #dd55b5 #7d55dd

Monochromatic Colors of #c155dd

#c155dd

Complementary Color

#c155dd #71dd55

#c155dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c155dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c155dd Color CSS Codes

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

#c155dd Text Font Color

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

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


#c155dd Background Color

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

This div background color is #c155dd


#c155dd Border Color

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

This div border color is #c155dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c155dd


Comments

No comments written yet.

Please login to write comment.