Color Hex Logo

#c127f5 Color Hex

#C127F5
(193,39,245)
0 Favorites   0 Comments

Color spaces of #c127f5

RGB 19339245
HSL0.790.910.56
HSV285°84°96°
CMYK 0.210.840.00   0.04
XYZ39.199319.381188.0611
Yxy19.38110.26730.1322
Hunter Lab44.024081.8959-87.7809
CIE-Lab51.130182.8234-70.5978

#c127f5 color RGB value is (193,39,245).

#c127f5 hex color red value is 193, green value is 39 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #c127f5 hue: 0.79 , saturation: 0.91 and the lightness value of c127f5 is 0.56.

The process color (four color CMYK) of #c127f5 color hex is 0.21, 0.84, 0.00, 0.04. Web safe color of #c127f5 is #cc33ff. Color #c127f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100111 11110101
Octal 301 47 365
Decimal 193 39 245
Hex C1 27 F5

RGB Percentages of Color #c127f5

%40.46
%8.18
%51.36

CMYK Percentages of Color #c127f5

%21
%84
%0
%4

Triadic Colors of #c127f5

#c127f5 #f5c127 #27f5c1

Analogous Colors of #c127f5

#c127f5 #f527c2 #5a27f5

Monochromatic Colors of #c127f5

#c127f5

Complementary Color

#c127f5 #5bf527

#c127f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c127f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c127f5 Color CSS Codes

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

#c127f5 Text Font Color

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

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


#c127f5 Background Color

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

This div background color is #c127f5


#c127f5 Border Color

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

This div border color is #c127f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c127f5


Comments

No comments written yet.

Please login to write comment.