Color Hex Logo

#c33dba Color Hex

#C33DBA
(195,61,186)
0 Favorites   0 Comments

Color spaces of #c33dba

RGB 19561186
HSL0.840.530.50
HSV304°69°76°
CMYK 0.000.690.05   0.24
XYZ33.037318.484848.2810
Yxy18.48480.33100.1852
Hunter Lab42.994061.9231-36.4852
CIE-Lab50.078966.7311-38.5821

#c33dba color RGB value is (195,61,186).

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

The process color (four color CMYK) of #c33dba color hex is 0.00, 0.69, 0.05, 0.24. Web safe color of #c33dba is #cc33cc. Color #c33dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111101 10111010
Octal 303 75 272
Decimal 195 61 186
Hex C3 3D BA

RGB Percentages of Color #c33dba

%44.12
%13.80
%42.08

CMYK Percentages of Color #c33dba

%0
%69
%5
%24

Triadic Colors of #c33dba

#c33dba #bac33d #3dbac3

Analogous Colors of #c33dba

#c33dba #c33d77 #893dc3

Monochromatic Colors of #c33dba

#c33dba

Complementary Color

#c33dba #3dc346

#c33dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33dba Color CSS Codes

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

#c33dba Text Font Color

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

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


#c33dba Background Color

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

This div background color is #c33dba


#c33dba Border Color

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

This div border color is #c33dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33dba


Comments

No comments written yet.

Please login to write comment.