color codes Logo

#c12eeb color codes

#C12EEB
(193,46,235)
0 Favorites   0 Comments

Color spaces of #c12eeb

RGB 19346235
HSL0.800.830.55
HSV287°80°92°
CMYK 0.180.800.00   0.08
XYZ37.964719.289680.3196
Yxy19.28960.27600.1402
Hunter Lab43.919977.4368-77.6840
CIE-Lab51.024379.3304-65.1515

#c12eeb color RGB value is (193,46,235).

#c12eeb hex color red value is 193, green value is 46 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c12eeb hue: 0.80 , saturation: 0.83 and the lightness value of c12eeb is 0.55.

The process color (four color CMYK) of #c12eeb color code is 0.18, 0.80, 0.00, 0.08. Web safe color of #c12eeb is #cc33ff. Color #c12eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101110 11101011
Octal 301 56 353
Decimal 193 46 235
Hex C1 2E EB

RGB Percentages of Color #c12eeb

%40.72
%9.70
%49.58

CMYK Percentages of Color #c12eeb

%18
%80
%0
%8

Triadic Colors of #c12eeb

#c12eeb #ebc12e #2eebc1

Analogous Colors of #c12eeb

#c12eeb #eb2eb7 #632eeb

Monochromatic Colors of #c12eeb

#c12eeb

Complementary Color

#c12eeb #58eb2e

#c12eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12eeb Color CSS Codes

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

#c12eeb Text Font Color

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

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


#c12eeb Background Color

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

This div background color is #c12eeb


#c12eeb Border Color

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

This div border color is #c12eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12eeb


Comments

No comments written yet.

Please login to write comment.