Color Hex Logo

#c13eeb Color Hex

#C13EEB
(193,62,235)
0 Favorites   0 Comments

Color spaces of #c13eeb

RGB 19362235
HSL0.790.810.58
HSV285°74°92°
CMYK 0.180.740.00   0.08
XYZ38.710320.780980.5681
Yxy20.78090.27640.1484
Hunter Lab45.586171.8011-72.8780
CIE-Lab52.708974.4644-62.4333

#c13eeb color RGB value is (193,62,235).

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

The process color (four color CMYK) of #c13eeb color hex is 0.18, 0.74, 0.00, 0.08. Web safe color of #c13eeb is #cc33ff. Color #c13eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111110 11101011
Octal 301 76 353
Decimal 193 62 235
Hex C1 3E EB

RGB Percentages of Color #c13eeb

%39.39
%12.65
%47.96

CMYK Percentages of Color #c13eeb

%18
%74
%0
%8

Triadic Colors of #c13eeb

#c13eeb #ebc13e #3eebc1

Analogous Colors of #c13eeb

#c13eeb #eb3ebf #6b3eeb

Monochromatic Colors of #c13eeb

#c13eeb

Complementary Color

#c13eeb #68eb3e

#c13eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13eeb Color CSS Codes

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

#c13eeb Text Font Color

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

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


#c13eeb Background Color

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

This div background color is #c13eeb


#c13eeb Border Color

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

This div border color is #c13eeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,62,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 #c13eeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13eeb


Comments

No comments written yet.

Please login to write comment.