color codes Logo

#c15dfa color codes

#C15DFA
(193,93,250)
0 Favorites   0 Comments

Color spaces of #c15dfa

RGB 19393250
HSL0.770.940.67
HSV278°63°98°
CMYK 0.230.630.00   0.02
XYZ43.162026.068393.1993
Yxy26.06830.26570.1605
Hunter Lab51.057161.5480-72.4875
CIE-Lab58.101864.9139-62.1335

#c15dfa color RGB value is (193,93,250).

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

The process color (four color CMYK) of #c15dfa color code is 0.23, 0.63, 0.00, 0.02. Web safe color of #c15dfa is #cc66ff. Color #c15dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011101 11111010
Octal 301 135 372
Decimal 193 93 250
Hex C1 5D FA

RGB Percentages of Color #c15dfa

%36.01
%17.35
%46.64

CMYK Percentages of Color #c15dfa

%23
%63
%0
%2

Triadic Colors of #c15dfa

#c15dfa #fac15d #5dfac1

Analogous Colors of #c15dfa

#c15dfa #fa5de5 #735dfa

Monochromatic Colors of #c15dfa

#c15dfa

Complementary Color

#c15dfa #96fa5d

#c15dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15dfa Color CSS Codes

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

#c15dfa Text Font Color

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

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


#c15dfa Background Color

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

This div background color is #c15dfa


#c15dfa Border Color

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

This div border color is #c15dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15dfa


Comments

No comments written yet.

Please login to write comment.