Color Hex Logo

#c121ee Color Hex

#C121EE
(193,33,238)
0 Favorites   0 Comments

Color spaces of #c121ee

RGB 19333238
HSL0.800.860.53
HSV287°86°93°
CMYK 0.190.860.00   0.07
XYZ37.968818.598282.4776
Yxy18.59820.27310.1338
Hunter Lab43.125681.6857-83.2040
CIE-Lab50.213882.8374-68.1532

#c121ee color RGB value is (193,33,238).

#c121ee hex color red value is 193, green value is 33 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c121ee hue: 0.80 , saturation: 0.86 and the lightness value of c121ee is 0.53.

The process color (four color CMYK) of #c121ee color hex is 0.19, 0.86, 0.00, 0.07. Web safe color of #c121ee is #cc33ff. Color #c121ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100001 11101110
Octal 301 41 356
Decimal 193 33 238
Hex C1 21 EE

RGB Percentages of Color #c121ee

%41.59
%7.11
%51.29

CMYK Percentages of Color #c121ee

%19
%86
%0
%7

Triadic Colors of #c121ee

#c121ee #eec121 #21eec1

Analogous Colors of #c121ee

#c121ee #ee21b5 #5a21ee

Monochromatic Colors of #c121ee

#c121ee

Complementary Color

#c121ee #4eee21

#c121ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c121ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c121ee Color CSS Codes

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

#c121ee Text Font Color

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

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


#c121ee Background Color

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

This div background color is #c121ee


#c121ee Border Color

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

This div border color is #c121ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c121ee


Comments

No comments written yet.

Please login to write comment.