Color Hex Logo

#c65dba Color Hex

#C65DBA
(198,93,186)
0 Favorites   0 Comments

Color spaces of #c65dba

RGB 19893186
HSL0.850.480.57
HSV307°53°78°
CMYK 0.000.530.06   0.22
XYZ36.066023.379649.0662
Yxy23.37960.33240.2155
Hunter Lab48.352548.5260-26.3185
CIE-Lab55.461253.9620-30.1247

#c65dba color RGB value is (198,93,186).

#c65dba hex color red value is 198, green value is 93 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c65dba hue: 0.85 , saturation: 0.48 and the lightness value of c65dba is 0.57.

The process color (four color CMYK) of #c65dba color hex is 0.00, 0.53, 0.06, 0.22. Web safe color of #c65dba is #cc66cc. Color #c65dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011101 10111010
Octal 306 135 272
Decimal 198 93 186
Hex C6 5D BA

RGB Percentages of Color #c65dba

%41.51
%19.50
%38.99

CMYK Percentages of Color #c65dba

%0
%53
%6
%22

Triadic Colors of #c65dba

#c65dba #bac65d #5dbac6

Analogous Colors of #c65dba

#c65dba #c65d86 #9e5dc6

Monochromatic Colors of #c65dba

#c65dba

Complementary Color

#c65dba #5dc669

#c65dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65dba Color CSS Codes

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

#c65dba Text Font Color

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

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


#c65dba Background Color

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

This div background color is #c65dba


#c65dba Border Color

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

This div border color is #c65dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65dba


Comments

No comments written yet.

Please login to write comment.