Color Hex Logo

#c65adb Color Hex

#C65ADB
(198,90,219)
0 Favorites   0 Comments

Color spaces of #c65adb

RGB 19890219
HSL0.810.640.61
HSV290°59°86°
CMYK 0.100.590.00   0.14
XYZ39.731024.432669.6397
Yxy24.43260.29690.1826
Hunter Lab49.429356.9758-48.9316
CIE-Lab56.518361.2735-47.2857

#c65adb color RGB value is (198,90,219).

#c65adb hex color red value is 198, green value is 90 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c65adb hue: 0.81 , saturation: 0.64 and the lightness value of c65adb is 0.61.

The process color (four color CMYK) of #c65adb color hex is 0.10, 0.59, 0.00, 0.14. Web safe color of #c65adb is #cc66cc. Color #c65adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011010 11011011
Octal 306 132 333
Decimal 198 90 219
Hex C6 5A DB

RGB Percentages of Color #c65adb

%39.05
%17.75
%43.20

CMYK Percentages of Color #c65adb

%10
%59
%0
%14

Triadic Colors of #c65adb

#c65adb #dbc65a #5adbc6

Analogous Colors of #c65adb

#c65adb #db5ab0 #865adb

Monochromatic Colors of #c65adb

#c65adb

Complementary Color

#c65adb #6fdb5a

#c65adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65adb Color CSS Codes

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

#c65adb Text Font Color

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

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


#c65adb Background Color

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

This div background color is #c65adb


#c65adb Border Color

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

This div border color is #c65adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,90,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65adb


Comments

No comments written yet.

Please login to write comment.