Color Hex Logo

#c13bed Color Hex

#C13BED
(193,59,237)
0 Favorites   0 Comments

Color spaces of #c13bed

RGB 19359237
HSL0.790.830.58
HSV285°75°93°
CMYK 0.190.750.00   0.07
XYZ38.842320.579882.0458
Yxy20.57980.27460.1455
Hunter Lab45.365073.4462-75.4748
CIE-Lab52.486575.8436-63.9159

#c13bed color RGB value is (193,59,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111011 11101101
Octal 301 73 355
Decimal 193 59 237
Hex C1 3B ED

RGB Percentages of Color #c13bed

%39.47
%12.07
%48.47

CMYK Percentages of Color #c13bed

%19
%75
%0
%7

Triadic Colors of #c13bed

#c13bed #edc13b #3bedc1

Analogous Colors of #c13bed

#c13bed #ed3bc0 #683bed

Monochromatic Colors of #c13bed

#c13bed

Complementary Color

#c13bed #67ed3b

#c13bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13bed Color CSS Codes

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

#c13bed Text Font Color

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

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


#c13bed Background Color

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

This div background color is #c13bed


#c13bed Border Color

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

This div border color is #c13bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13bed


Comments

No comments written yet.

Please login to write comment.