Color Hex Logo

#c03dba Color Hex

#C03DBA
(192,61,186)
0 Favorites   0 Comments

Color spaces of #c03dba

RGB 19261186
HSL0.840.520.50
HSV303°68°75°
CMYK 0.000.680.03   0.25
XYZ32.269918.089148.2451
Yxy18.08910.32730.1835
Hunter Lab42.531361.0041-37.4834
CIE-Lab49.604066.0348-39.3632

#c03dba color RGB value is (192,61,186).

#c03dba hex color red value is 192, green value is 61 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c03dba hue: 0.84 , saturation: 0.52 and the lightness value of c03dba is 0.50.

The process color (four color CMYK) of #c03dba color hex is 0.00, 0.68, 0.03, 0.25. Web safe color of #c03dba is #cc33cc. Color #c03dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111101 10111010
Octal 300 75 272
Decimal 192 61 186
Hex C0 3D BA

RGB Percentages of Color #c03dba

%43.74
%13.90
%42.37

CMYK Percentages of Color #c03dba

%0
%68
%3
%25

Triadic Colors of #c03dba

#c03dba #bac03d #3dbac0

Analogous Colors of #c03dba

#c03dba #c03d79 #853dc0

Monochromatic Colors of #c03dba

#c03dba

Complementary Color

#c03dba #3dc043

#c03dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03dba Color CSS Codes

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

#c03dba Text Font Color

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

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


#c03dba Background Color

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

This div background color is #c03dba


#c03dba Border Color

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

This div border color is #c03dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,61,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03dba


Comments

No comments written yet.

Please login to write comment.