Color Hex Logo

#c03bed Color Hex

#C03BED
(192,59,237)
0 Favorites   0 Comments

Color spaces of #c03bed

RGB 19259237
HSL0.790.830.58
HSV285°75°93°
CMYK 0.190.750.00   0.07
XYZ38.588320.448882.0340
Yxy20.44880.27350.1450
Hunter Lab45.220373.1854-75.9034
CIE-Lab52.340975.6608-64.1583

#c03bed color RGB value is (192,59,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111011 11101101
Octal 300 73 355
Decimal 192 59 237
Hex C0 3B ED

RGB Percentages of Color #c03bed

%39.34
%12.09
%48.57

CMYK Percentages of Color #c03bed

%19
%75
%0
%7

Triadic Colors of #c03bed

#c03bed #edc03b #3bedc0

Analogous Colors of #c03bed

#c03bed #ed3bc1 #673bed

Monochromatic Colors of #c03bed

#c03bed

Complementary Color

#c03bed #68ed3b

#c03bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03bed Color CSS Codes

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

#c03bed Text Font Color

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

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


#c03bed Background Color

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

This div background color is #c03bed


#c03bed Border Color

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

This div border color is #c03bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03bed


Comments

No comments written yet.

Please login to write comment.