Color Hex Logo

#c151df Color Hex

#C151DF
(193,81,223)
0 Favorites   0 Comments

Color spaces of #c151df

RGB 19381223
HSL0.800.690.60
HSV287°64°87°
CMYK 0.130.640.00   0.13
XYZ38.254022.550072.1484
Yxy22.55000.28770.1696
Hunter Lab47.486860.6924-56.8406
CIE-Lab54.605864.8261-52.6281

#c151df color RGB value is (193,81,223).

#c151df hex color red value is 193, green value is 81 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c151df hue: 0.80 , saturation: 0.69 and the lightness value of c151df is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010001 11011111
Octal 301 121 337
Decimal 193 81 223
Hex C1 51 DF

RGB Percentages of Color #c151df

%38.83
%16.30
%44.87

CMYK Percentages of Color #c151df

%13
%64
%0
%13

Triadic Colors of #c151df

#c151df #dfc151 #51dfc1

Analogous Colors of #c151df

#c151df #df51b6 #7a51df

Monochromatic Colors of #c151df

#c151df

Complementary Color

#c151df #6fdf51

#c151df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c151df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c151df Color CSS Codes

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

#c151df Text Font Color

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

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


#c151df Background Color

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

This div background color is #c151df


#c151df Border Color

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

This div border color is #c151df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c151df


Comments

No comments written yet.

Please login to write comment.