Color Hex Logo

#c150de Color Hex

#C150DE
(193,80,222)
0 Favorites   0 Comments

Color spaces of #c150de

RGB 19380222
HSL0.800.680.59
HSV288°64°87°
CMYK 0.130.640.00   0.13
XYZ38.045822.348771.4157
Yxy22.34870.28860.1696
Hunter Lab47.274460.9241-56.4751
CIE-Lab54.395065.0634-52.3991

#c150de color RGB value is (193,80,222).

#c150de hex color red value is 193, green value is 80 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c150de hue: 0.80 , saturation: 0.68 and the lightness value of c150de is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010000 11011110
Octal 301 120 336
Decimal 193 80 222
Hex C1 50 DE

RGB Percentages of Color #c150de

%38.99
%16.16
%44.85

CMYK Percentages of Color #c150de

%13
%64
%0
%13

Triadic Colors of #c150de

#c150de #dec150 #50dec1

Analogous Colors of #c150de

#c150de #de50b4 #7a50de

Monochromatic Colors of #c150de

#c150de

Complementary Color

#c150de #6dde50

#c150de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c150de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c150de Color CSS Codes

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

#c150de Text Font Color

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

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


#c150de Background Color

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

This div background color is #c150de


#c150de Border Color

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

This div border color is #c150de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c150de


Comments

No comments written yet.

Please login to write comment.