Color Hex Logo

#cb62dc Color Hex

#CB62DC
(203,98,220)
0 Favorites   0 Comments

Color spaces of #cb62dc

RGB 20398220
HSL0.810.640.62
HSV292°55°86°
CMYK 0.080.550.00   0.14
XYZ41.914626.599270.6352
Yxy26.59920.30120.1912
Hunter Lab51.574454.8120-45.1002
CIE-Lab58.601559.0216-44.5113

#cb62dc color RGB value is (203,98,220).

#cb62dc hex color red value is 203, green value is 98 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cb62dc hue: 0.81 , saturation: 0.64 and the lightness value of cb62dc is 0.62.

The process color (four color CMYK) of #cb62dc color hex is 0.08, 0.55, 0.00, 0.14. Web safe color of #cb62dc is #cc66cc. Color #cb62dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100010 11011100
Octal 313 142 334
Decimal 203 98 220
Hex CB 62 DC

RGB Percentages of Color #cb62dc

%38.96
%18.81
%42.23

CMYK Percentages of Color #cb62dc

%8
%55
%0
%14

Triadic Colors of #cb62dc

#cb62dc #dccb62 #62dccb

Analogous Colors of #cb62dc

#cb62dc #dc62b0 #8e62dc

Monochromatic Colors of #cb62dc

#cb62dc

Complementary Color

#cb62dc #73dc62

#cb62dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb62dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb62dc Color CSS Codes

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

#cb62dc Text Font Color

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

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


#cb62dc Background Color

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

This div background color is #cb62dc


#cb62dc Border Color

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

This div border color is #cb62dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb62dc


Comments

No comments written yet.

Please login to write comment.