Color Hex Logo

#cb6dfa Color Hex

#CB6DFA
(203,109,250)
0 Favorites   0 Comments

Color spaces of #cb6dfa

RGB 203109250
HSL0.780.930.70
HSV280°56°98°
CMYK 0.190.560.00   0.02
XYZ47.352630.535993.8407
Yxy30.53590.27570.1778
Hunter Lab55.259356.2558-62.0041
CIE-Lab62.113959.6762-55.6508

#cb6dfa color RGB value is (203,109,250).

#cb6dfa hex color red value is 203, green value is 109 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cb6dfa hue: 0.78 , saturation: 0.93 and the lightness value of cb6dfa is 0.70.

The process color (four color CMYK) of #cb6dfa color hex is 0.19, 0.56, 0.00, 0.02. Web safe color of #cb6dfa is #cc66ff. Color #cb6dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101101 11111010
Octal 313 155 372
Decimal 203 109 250
Hex CB 6D FA

RGB Percentages of Color #cb6dfa

%36.12
%19.40
%44.48

CMYK Percentages of Color #cb6dfa

%19
%56
%0
%2

Triadic Colors of #cb6dfa

#cb6dfa #facb6d #6dfacb

Analogous Colors of #cb6dfa

#cb6dfa #fa6de3 #856dfa

Monochromatic Colors of #cb6dfa

#cb6dfa

Complementary Color

#cb6dfa #9cfa6d

#cb6dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6dfa Color CSS Codes

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

#cb6dfa Text Font Color

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

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


#cb6dfa Background Color

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

This div background color is #cb6dfa


#cb6dfa Border Color

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

This div border color is #cb6dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,109,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb6dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb6dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #cb6dfa;
  box-shadow:         1px 1px 3px 2px #cb6dfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,109,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.