Color Hex Logo

#c215bf Color Hex

#C215BF
(194,21,191)
0 Favorites   0 Comments

Color spaces of #c215bf

RGB 19421191
HSL0.840.800.42
HSV301°89°76°
CMYK 0.000.890.02   0.24
XYZ31.920315.767350.6512
Yxy15.76730.32460.1603
Hunter Lab39.708174.0025-47.8341
CIE-Lab46.667777.4270-46.9195

#c215bf color RGB value is (194,21,191).

#c215bf hex color red value is 194, green value is 21 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c215bf hue: 0.84 , saturation: 0.80 and the lightness value of c215bf is 0.42.

The process color (four color CMYK) of #c215bf color hex is 0.00, 0.89, 0.02, 0.24. Web safe color of #c215bf is #cc00cc. Color #c215bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010101 10111111
Octal 302 25 277
Decimal 194 21 191
Hex C2 15 BF

RGB Percentages of Color #c215bf

%47.78
%5.17
%47.04

CMYK Percentages of Color #c215bf

%0
%89
%2
%24

Triadic Colors of #c215bf

#c215bf #bfc215 #15bfc2

Analogous Colors of #c215bf

#c215bf #c21569 #6f15c2

Monochromatic Colors of #c215bf

#c215bf

Complementary Color

#c215bf #15c218

#c215bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c215bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c215bf Color CSS Codes

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

#c215bf Text Font Color

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

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


#c215bf Background Color

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

This div background color is #c215bf


#c215bf Border Color

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

This div border color is #c215bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,21,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c215bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c215bf;
  -webkit-box-shadow: 1px 1px 3px 2px #c215bf;
  box-shadow:         1px 1px 3px 2px #c215bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,21,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c215bf


Comments

No comments written yet.

Please login to write comment.