Color Hex Logo

#c127ff Color Hex

#C127FF
(193,39,255)
0 Favorites   0 Comments

Color spaces of #c127ff

RGB 19339255
HSL0.791.000.58
HSV283°85°100°
CMYK 0.240.850.00   0.00
XYZ40.767820.008596.3211
Yxy20.00850.25950.1274
Hunter Lab44.730984.4063-96.3604
CIE-Lab51.846884.6334-75.0150

#c127ff color RGB value is (193,39,255).

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

The process color (four color CMYK) of #c127ff color hex is 0.24, 0.85, 0.00, 0.00. Web safe color of #c127ff is #cc33ff. Color #c127ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100111 11111111
Octal 301 47 377
Decimal 193 39 255
Hex C1 27 FF

RGB Percentages of Color #c127ff

%39.63
%8.01
%52.36

CMYK Percentages of Color #c127ff

%24
%85
%0
%0

Triadic Colors of #c127ff

#c127ff #ffc127 #27ffc1

Analogous Colors of #c127ff

#c127ff #ff27d1 #5527ff

Monochromatic Colors of #c127ff

#c127ff

Complementary Color

#c127ff #65ff27

#c127ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c127ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c127ff Color CSS Codes

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

#c127ff Text Font Color

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

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


#c127ff Background Color

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

This div background color is #c127ff


#c127ff Border Color

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

This div border color is #c127ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c127ff

Related Colors


Comments

No comments written yet.

Please login to write comment.