Color Hex Logo

#c15ffd Color Hex

#C15FFD
(193,95,253)
0 Favorites   0 Comments

Color spaces of #c15ffd

RGB 19395253
HSL0.770.980.68
HSV277°62°99°
CMYK 0.240.620.00   0.01
XYZ43.814226.613795.7562
Yxy26.61370.26360.1601
Hunter Lab51.588561.3206-73.9395
CIE-Lab58.615064.6278-62.9696

#c15ffd color RGB value is (193,95,253).

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

The process color (four color CMYK) of #c15ffd color hex is 0.24, 0.62, 0.00, 0.01. Web safe color of #c15ffd is #cc66ff. Color #c15ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011111 11111101
Octal 301 137 375
Decimal 193 95 253
Hex C1 5F FD

RGB Percentages of Color #c15ffd

%35.67
%17.56
%46.77

CMYK Percentages of Color #c15ffd

%24
%62
%0
%1

Triadic Colors of #c15ffd

#c15ffd #fdc15f #5ffdc1

Analogous Colors of #c15ffd

#c15ffd #fd5fea #725ffd

Monochromatic Colors of #c15ffd

#c15ffd

Complementary Color

#c15ffd #9bfd5f

#c15ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15ffd Color CSS Codes

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

#c15ffd Text Font Color

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

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


#c15ffd Background Color

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

This div background color is #c15ffd


#c15ffd Border Color

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

This div border color is #c15ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.