Color Hex Logo

#c251e1 Color Hex

#C251E1
(194,81,225)
0 Favorites   0 Comments

Color spaces of #c251e1

RGB 19481225
HSL0.800.710.60
HSV287°64°88°
CMYK 0.140.640.00   0.12
XYZ38.781222.790473.5892
Yxy22.79040.28690.1686
Hunter Lab47.739361.4614-57.9769
CIE-Lab54.855865.4366-53.3500

#c251e1 color RGB value is (194,81,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010001 11100001
Octal 302 121 341
Decimal 194 81 225
Hex C2 51 E1

RGB Percentages of Color #c251e1

%38.80
%16.20
%45.00

CMYK Percentages of Color #c251e1

%14
%64
%0
%12

Triadic Colors of #c251e1

#c251e1 #e1c251 #51e1c2

Analogous Colors of #c251e1

#c251e1 #e151b8 #7a51e1

Monochromatic Colors of #c251e1

#c251e1

Complementary Color

#c251e1 #70e151

#c251e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c251e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c251e1 Color CSS Codes

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

#c251e1 Text Font Color

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

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


#c251e1 Background Color

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

This div background color is #c251e1


#c251e1 Border Color

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

This div border color is #c251e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c251e1


Comments

No comments written yet.

Please login to write comment.