Color Hex Logo

#c50dba Color Hex

#C50DBA
(197,13,186)
0 Favorites   0 Comments

Color spaces of #c50dba

RGB 19713186
HSL0.840.880.41
HSV304°93°77°
CMYK 0.000.930.06   0.23
XYZ32.032815.703347.7971
Yxy15.70330.33530.1644
Hunter Lab39.627474.9425-43.7742
CIE-Lab46.582878.2008-44.0987

#c50dba color RGB value is (197,13,186).

#c50dba hex color red value is 197, green value is 13 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c50dba hue: 0.84 , saturation: 0.88 and the lightness value of c50dba is 0.41.

The process color (four color CMYK) of #c50dba color hex is 0.00, 0.93, 0.06, 0.23. Web safe color of #c50dba is #cc00cc. Color #c50dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001101 10111010
Octal 305 15 272
Decimal 197 13 186
Hex C5 D BA

RGB Percentages of Color #c50dba

%49.75
%3.28
%46.97

CMYK Percentages of Color #c50dba

%0
%93
%6
%23

Triadic Colors of #c50dba

#c50dba #bac50d #0dbac5

Analogous Colors of #c50dba

#c50dba #c50d5e #740dc5

Monochromatic Colors of #c50dba

#c50dba

Complementary Color

#c50dba #0dc518

#c50dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50dba Color CSS Codes

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

#c50dba Text Font Color

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

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


#c50dba Background Color

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

This div background color is #c50dba


#c50dba Border Color

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

This div border color is #c50dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50dba


Comments

No comments written yet.

Please login to write comment.