Color Hex Logo

#c670db Color Hex

#C670DB
(198,112,219)
0 Favorites   0 Comments

Color spaces of #c670db

RGB 198112219
HSL0.800.600.65
HSV288°49°86°
CMYK 0.100.490.00   0.14
XYZ41.869128.708670.3524
Yxy28.70860.29710.2037
Hunter Lab53.580445.7188-40.3430
CIE-Lab60.523650.5989-40.9659

#c670db color RGB value is (198,112,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110000 11011011
Octal 306 160 333
Decimal 198 112 219
Hex C6 70 DB

RGB Percentages of Color #c670db

%37.43
%21.17
%41.40

CMYK Percentages of Color #c670db

%10
%49
%0
%14

Triadic Colors of #c670db

#c670db #dbc670 #70dbc6

Analogous Colors of #c670db

#c670db #db70bb #9170db

Monochromatic Colors of #c670db

#c670db

Complementary Color

#c670db #85db70

#c670db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c670db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c670db Color CSS Codes

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

#c670db Text Font Color

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

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


#c670db Background Color

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

This div background color is #c670db


#c670db Border Color

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

This div border color is #c670db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c670db


Comments

No comments written yet.

Please login to write comment.