Color Hex Logo

#c671db Color Hex

#C671DB
(198,113,219)
0 Favorites   0 Comments

Color spaces of #c671db

RGB 198113219
HSL0.800.600.65
HSV288°48°86°
CMYK 0.100.480.00   0.14
XYZ41.980028.930570.3894
Yxy28.93050.29710.2047
Hunter Lab53.787145.1892-39.9399
CIE-Lab60.720250.0869-40.6572

#c671db color RGB value is (198,113,219).

#c671db hex color red value is 198, green value is 113 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c671db hue: 0.80 , saturation: 0.60 and the lightness value of c671db is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110001 11011011
Octal 306 161 333
Decimal 198 113 219
Hex C6 71 DB

RGB Percentages of Color #c671db

%37.36
%21.32
%41.32

CMYK Percentages of Color #c671db

%10
%48
%0
%14

Triadic Colors of #c671db

#c671db #dbc671 #71dbc6

Analogous Colors of #c671db

#c671db #db71bb #9171db

Monochromatic Colors of #c671db

#c671db

Complementary Color

#c671db #86db71

#c671db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c671db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c671db Color CSS Codes

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

#c671db Text Font Color

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

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


#c671db Background Color

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

This div background color is #c671db


#c671db Border Color

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

This div border color is #c671db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c671db


Comments

No comments written yet.

Please login to write comment.