Color Hex Logo

#c15fda Color Hex

#C15FDA
(193,95,218)
0 Favorites   0 Comments

Color spaces of #c15fda

RGB 19395218
HSL0.800.620.61
HSV288°56°85°
CMYK 0.110.560.00   0.15
XYZ38.739424.583869.0330
Yxy24.58380.29270.1857
Hunter Lab49.582152.6968-47.8419
CIE-Lab56.667657.4936-46.5264

#c15fda color RGB value is (193,95,218).

#c15fda hex color red value is 193, green value is 95 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c15fda hue: 0.80 , saturation: 0.62 and the lightness value of c15fda is 0.61.

The process color (four color CMYK) of #c15fda color hex is 0.11, 0.56, 0.00, 0.15. Web safe color of #c15fda is #cc66cc. Color #c15fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011111 11011010
Octal 301 137 332
Decimal 193 95 218
Hex C1 5F DA

RGB Percentages of Color #c15fda

%38.14
%18.77
%43.08

CMYK Percentages of Color #c15fda

%11
%56
%0
%15

Triadic Colors of #c15fda

#c15fda #dac15f #5fdac1

Analogous Colors of #c15fda

#c15fda #da5fb6 #845fda

Monochromatic Colors of #c15fda

#c15fda

Complementary Color

#c15fda #78da5f

#c15fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15fda Color CSS Codes

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

#c15fda Text Font Color

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

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


#c15fda Background Color

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

This div background color is #c15fda


#c15fda Border Color

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

This div border color is #c15fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15fda


Comments

No comments written yet.

Please login to write comment.