Color Hex Logo

#c114ea Color Hex

#C114EA
(193,20,234)
0 Favorites   0 Comments

Color spaces of #c114ea

RGB 19320234
HSL0.800.840.50
HSV289°91°92°
CMYK 0.180.910.00   0.08
XYZ37.093817.778379.3184
Yxy17.77830.27640.1325
Hunter Lab42.164383.2467-82.0197
CIE-Lab49.226184.2439-67.4979

#c114ea color RGB value is (193,20,234).

#c114ea hex color red value is 193, green value is 20 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c114ea hue: 0.80 , saturation: 0.84 and the lightness value of c114ea is 0.50.

The process color (four color CMYK) of #c114ea color hex is 0.18, 0.91, 0.00, 0.08. Web safe color of #c114ea is #cc00ff. Color #c114ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010100 11101010
Octal 301 24 352
Decimal 193 20 234
Hex C1 14 EA

RGB Percentages of Color #c114ea

%43.18
%4.47
%52.35

CMYK Percentages of Color #c114ea

%18
%91
%0
%8

Triadic Colors of #c114ea

#c114ea #eac114 #14eac1

Analogous Colors of #c114ea

#c114ea #ea14a8 #5614ea

Monochromatic Colors of #c114ea

#c114ea

Complementary Color

#c114ea #3dea14

#c114ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c114ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c114ea Color CSS Codes

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

#c114ea Text Font Color

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

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


#c114ea Background Color

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

This div background color is #c114ea


#c114ea Border Color

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

This div border color is #c114ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c114ea


Comments

No comments written yet.

Please login to write comment.