color codes Logo

#c15dff color codes

#C15DFF
(193,93,255)
0 Favorites   0 Comments

Color spaces of #c15dff

RGB 19393255
HSL0.771.000.68
HSV277°64°100°
CMYK 0.240.640.00   0.00
XYZ43.956726.386297.3840
Yxy26.38620.26210.1573
Hunter Lab51.367562.8546-76.4465
CIE-Lab58.401865.9651-64.4169

#c15dff color RGB value is (193,93,255).

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

The process color (four color CMYK) of #c15dff color code is 0.24, 0.64, 0.00, 0.00. Web safe color of #c15dff is #cc66ff. Color #c15dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011101 11111111
Octal 301 135 377
Decimal 193 93 255
Hex C1 5D FF

RGB Percentages of Color #c15dff

%35.67
%17.19
%47.13

CMYK Percentages of Color #c15dff

%24
%64
%0
%0

Triadic Colors of #c15dff

#c15dff #ffc15d #5dffc1

Analogous Colors of #c15dff

#c15dff #ff5dec #705dff

Monochromatic Colors of #c15dff

#c15dff

Complementary Color

#c15dff #9bff5d

#c15dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15dff Color CSS Codes

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

#c15dff Text Font Color

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

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


#c15dff Background Color

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

This div background color is #c15dff


#c15dff Border Color

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

This div border color is #c15dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15dff

Related Colors


Comments

No comments written yet.

Please login to write comment.